]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSPreprocessorPHYS.h
EMCAL
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPreprocessorPHYS.h
1 #ifndef ALIPHOSPREPROCESSORPHYS_H
2 #define ALIPHOSPREPROCESSORPHYS_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 ///////////////////////////////////////////////////////////////////////////////
7 // Class AliPHOSPreprocessorPHYS
8 ///////////////////////////////////////////////////////////////////////////////
9
10
11 #include "AliPreprocessor.h"
12
13 class AliPHOSPreprocessorPHYS : public AliPreprocessor {
14  public:
15
16   AliPHOSPreprocessorPHYS();
17   AliPHOSPreprocessorPHYS(AliShuttleInterface* shuttle);
18
19  protected:
20
21   virtual UInt_t Process(TMap* valueSet);
22   Bool_t CalibratePhys();
23
24  private:
25
26   ClassDef(AliPHOSPreprocessorPHYS,1)  // Preprocessor for PHYS event
27 };
28 #endif