]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSBeamTestDigSPD.h
Updates for pile-up vertex (F. Prino)
[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 AliITSBeamTestDigSPD: public AliITSBeamTestDig {
15  
16  public:
17
18  
19   AliITSBeamTestDigSPD();
20   AliITSBeamTestDigSPD(const Text_t* name, const Text_t* title);
21   virtual ~AliITSBeamTestDigSPD();
22
23   virtual void Exec(Option_t* opt);
24   
25   
26  protected:      
27   
28    
29   Bool_t fFlagHeader; // flag for the event header
30
31
32
33  ClassDef(AliITSBeamTestDigSPD,0)  // An Alice SPD beam test run
34
35  };
36
37
38 #endif
39
40