]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSBeamTestDigSPD.h
29-apr-2005 Library creation scripts for Linux gcc etc... introduced.
[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;
38300302 15
16class 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