]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSBeamTestDigSPD.h
New Integrated Beam test geometry (Nov. 2004)
[u/mrichter/AliRoot.git] / ITS / AliITSBeamTestDigSPD.h
1 #ifndef ALIITSBEAMTESTDIGSPD_H
2 #define ALIITSBEAMTESTDIGSPD_H
3
4 ////////////////////////////////////////////////////
5 //  Class to define                               //
6 //  SPD beam test raw 2 dig conv.                 //
7 //
8 //  Origin: Jan Conrad Jan.Conrad@cern.ch         //
9 ////////////////////////////////////////////////////
10
11 #include "AliITSBeamTestDig.h"
12
13
14 class AliRawReaderDate;
15
16 class AliITSBeamTestDigSPD: public AliITSBeamTestDig {
17  
18  public:
19
20  
21   AliITSBeamTestDigSPD();
22   AliITSBeamTestDigSPD(const Text_t* name, const Text_t* title);
23   virtual ~AliITSBeamTestDigSPD();
24
25   virtual void Exec(Option_t* opt);
26   
27   
28  protected:      
29   
30    
31   Bool_t fFlagHeader; // flag for the event header
32
33
34
35  ClassDef(AliITSBeamTestDigSPD,0)  // An Alice SPD beam test run
36
37  };
38
39
40 #endif
41
42