]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSPreprocessorSPD.h
Error messages stored in the global raw-reader error log (Cvetan, Chiara)
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSPD.h
1 #ifndef ALI_ITS_PREPROCESSOR_SPD_H
2 #define ALI_ITS_PREPROCESSOR_SPD_H
3
4 ///////////////////////////////////////////////
5 //  Author: Henrik Tydesjo                   //
6 //  Preprocessor Class for the SPD           //
7 //                                           //
8 ///////////////////////////////////////////////
9
10 #include "AliPreprocessor.h"
11
12 class AliITSPreprocessorSPD : public AliPreprocessor
13 {
14   public:
15     AliITSPreprocessorSPD(AliShuttleInterface* shuttle);
16     virtual ~AliITSPreprocessorSPD();
17
18   protected:
19     virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
20     virtual UInt_t Process(TMap* dcsAliasMap);
21
22   private:
23
24     ClassDef(AliITSPreprocessorSPD, 0);
25 };
26
27 #endif