]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliEMCALPreprocessor.h
fix event range call in rec macro
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALPreprocessor.h
1 #ifndef ALIEMCALPREPROCESSOR_H
2 #define ALIEMCALPREPROCESSOR_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 /* History of cvs commits:
8  *
9  * $Log$
10  * Revision 1.1  2006/12/07 16:32:16  gustavo
11  * First shuttle code, online calibration histograms producer, EMCAL preprocessor
12  *
13  *
14  */
15 ///////////////////////////////////////////////////////////////////////////////
16 // Class AliEMCALPreprocessor
17 ///////////////////////////////////////////////////////////////////////////////
18
19
20 #include "AliPreprocessor.h"
21
22 class AliEMCALPreprocessor : public AliPreprocessor {
23 public:
24
25   AliEMCALPreprocessor();
26   AliEMCALPreprocessor(AliShuttleInterface* shuttle);
27
28 protected:
29
30   virtual UInt_t Process(TMap* valueSet);
31
32   ClassDef(AliEMCALPreprocessor,0);
33
34 };
35
36 #endif