]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/AliEMCALPreprocessor.h
TPCNoiseMapComponent included into build (Kelly)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALPreprocessor.h
CommitLineData
9e788b10 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$
80c68391 10 * Revision 1.1 2006/12/07 16:32:16 gustavo
11 * First shuttle code, online calibration histograms producer, EMCAL preprocessor
12 *
9e788b10 13 *
14 */
15///////////////////////////////////////////////////////////////////////////////
16// Class AliEMCALPreprocessor
17///////////////////////////////////////////////////////////////////////////////
18
19
20#include "AliPreprocessor.h"
21
22class AliEMCALPreprocessor : public AliPreprocessor {
23public:
24
25 AliEMCALPreprocessor();
80c68391 26 AliEMCALPreprocessor(AliShuttleInterface* shuttle);
9e788b10 27
28protected:
29
30 virtual UInt_t Process(TMap* valueSet);
31
32 ClassDef(AliEMCALPreprocessor,0);
33
34};
35
36#endif