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