]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSPreprocessor.h
EMC bad channels map class added.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPreprocessor.h
CommitLineData
1ab07e55 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
15class AliPHOSPreprocessor : public AliPreprocessor {
16public:
17
18 AliPHOSPreprocessor();
81587b1e 19 AliPHOSPreprocessor(AliShuttleInterface* shuttle);
1ab07e55 20
21protected:
22
1ab07e55 23 virtual UInt_t Process(TMap* valueSet);
24
25 ClassDef(AliPHOSPreprocessor,0);
26
27};
28
29#endif