]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/test/TestHMPIDPreprocessor.h
Updating HLT responsibles' list (new mailing list).
[u/mrichter/AliRoot.git] / SHUTTLE / test / TestHMPIDPreprocessor.h
CommitLineData
f4b3bbb7 1#ifndef TEST_HMPID_PRE_PROCESSOR_H
2#define TEST_HMPID_PRE_PRECESSOR_H
84090f85 3
4#include "AliPreprocessor.h"
5
6//
f4b3bbb7 7// Prototype of HMPID Preprocessor
84090f85 8//
9
f4b3bbb7 10class TestHMPIDPreprocessor: public AliPreprocessor {
84090f85 11public:
f4b3bbb7 12 TestHMPIDPreprocessor();
13 TestHMPIDPreprocessor(AliShuttleInterface* shuttle);
84090f85 14
15protected:
16
17 virtual void Initialize(Int_t run, UInt_t startTime,
18 UInt_t endTime);
19
20 virtual UInt_t Process(TMap* valueSet);
886d60e6 21
22 virtual Bool_t ProcessDCS();
84090f85 23
f4b3bbb7 24 ClassDef(TestHMPIDPreprocessor, 0);
84090f85 25};
26
27#endif