]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSPreprocessorSPD.h
Getting rid of trivial warnings.
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSPD.h
CommitLineData
b15de2d2 1#ifndef ALI_ITS_PREPROCESSOR_SPD_H
2#define ALI_ITS_PREPROCESSOR_SPD_H
3f0e013c 3
b15de2d2 4///////////////////////////////////////////////
5// Author: Henrik Tydesjo //
6// Preprocessor Class for the SPD //
7// //
8///////////////////////////////////////////////
3f0e013c 9
b15de2d2 10#include "AliPreprocessor.h"
3f0e013c 11
b15de2d2 12class AliITSPreprocessorSPD : public AliPreprocessor
13{
14 public:
15 AliITSPreprocessorSPD(AliShuttleInterface* shuttle);
16 virtual ~AliITSPreprocessorSPD();
3f0e013c 17
b15de2d2 18 protected:
19 virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
20 virtual UInt_t Process(TMap* dcsAliasMap);
fcf95fc7 21
b15de2d2 22 private:
3f0e013c 23
b15de2d2 24 ClassDef(AliITSPreprocessorSPD, 0);
3f0e013c 25};
26
27#endif