e2662f55 |
1 | #ifndef ALIITSRAWSTREAMSDDBEAMTESTNOV04_H |
2 | #define ALIITSRAWSTREAMSDDBEAMTESTNOV04_H |
2906f4c2 |
3 | /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * |
4 | * See cxx source for full Copyright notice */ |
5 | |
e2662f55 |
6 | /* $Id: */ |
2906f4c2 |
7 | |
8 | /////////////////////////////////////////////////////////////////////////////// |
9 | /// |
10 | /// This class provides access to ITS SDD digits in test beam raw data. |
11 | /// |
12 | /////////////////////////////////////////////////////////////////////////////// |
13 | |
e2662f55 |
14 | #include "AliITSRawStreamSDDBeamTest.h" |
2906f4c2 |
15 | |
16 | class AliRawReader; |
17 | |
18 | |
e2662f55 |
19 | class AliITSRawStreamSDDBeamTestNov04: public AliITSRawStreamSDDBeamTest { |
2906f4c2 |
20 | public : |
e2662f55 |
21 | AliITSRawStreamSDDBeamTestNov04(AliRawReader* rawReader); |
22 | virtual ~AliITSRawStreamSDDBeamTestNov04() {}; |
2906f4c2 |
23 | |
24 | virtual Bool_t Next(); |
e2662f55 |
25 | virtual Int_t ReadJitter(); |
2906f4c2 |
26 | private : |
1ba0280f |
27 | |
e2662f55 |
28 | |
29 | ClassDef(AliITSRawStreamSDDBeamTestNov04, 1) // class for reading ITS SDD raw digits |
2906f4c2 |
30 | }; |
31 | |
32 | #endif |