]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSPreprocessor.h
Update with reading the survey data from EDMS tables
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPreprocessor.h
1 #ifndef ALIPHOSPREPROCESSOR_H
2 #define ALIPHOSPREPROCESSOR_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ///////////////////////////////////////////////////////////////////////////////
9 // Class AliPHOSPreprocessor
10 ///////////////////////////////////////////////////////////////////////////////
11
12
13 #include "AliPreprocessor.h"
14
15 class AliPHOSPreprocessor : public AliPreprocessor {
16 public:
17
18   AliPHOSPreprocessor();
19   AliPHOSPreprocessor(AliShuttleInterface* shuttle);
20
21 protected:
22
23   virtual UInt_t Process(TMap* valueSet);
24   Bool_t ProcessLEDRun();
25
26   ClassDef(AliPHOSPreprocessor,1);
27
28 };
29
30 #endif