]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSCpvPreprocessor.h
Fixed includes and scope of a string
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCpvPreprocessor.h
CommitLineData
5271d654 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
13class AliPHOSCpvPreprocessor : public AliPreprocessor {
14public:
15
16 AliPHOSCpvPreprocessor();
17 AliPHOSCpvPreprocessor(AliShuttleInterface* shuttle);
18
19protected:
20
21 virtual UInt_t Process(TMap* valueSet);
22
23 ClassDef(AliPHOSCpvPreprocessor,1);
24
25};
26
27#endif