]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSCpvPreprocessor.h
Message "Signal is out of time range" is suppressed by debug level 2.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCpvPreprocessor.h
1 #ifndef ALIPHOSCPVPREPROCESSOR_H
2 #define ALIPHOSCPVPREPROCESSOR_H
3 /* Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 ///////////////////////////////////////////////////////////////////////////////
7 // Class AliPHOSCpvPreprocessor - CPV preprocessor.
8 ///////////////////////////////////////////////////////////////////////////////
9
10
11 #include "AliPreprocessor.h"
12
13 class AliPHOSCpvPreprocessor : public AliPreprocessor {
14 public:
15
16   AliPHOSCpvPreprocessor();
17   AliPHOSCpvPreprocessor(AliShuttleInterface* shuttle);
18
19 protected:
20
21   virtual UInt_t Process(TMap* valueSet);
22
23   ClassDef(AliPHOSCpvPreprocessor,1);
24
25 };
26
27 #endif