]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSPreprocessor.h
Completing the setup for TTherminator model.
[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"
450717bc 14#include "TFile.h"
1ab07e55 15
16class AliPHOSPreprocessor : public AliPreprocessor {
17public:
18
19 AliPHOSPreprocessor();
81587b1e 20 AliPHOSPreprocessor(AliShuttleInterface* shuttle);
1ab07e55 21
22protected:
23
1ab07e55 24 virtual UInt_t Process(TMap* valueSet);
eba66a50 25 Bool_t ProcessLEDRun();
450717bc 26 Float_t HG2LG(Int_t module, Int_t X, Int_t Z, TFile* f);
1ab07e55 27
eba66a50 28 ClassDef(AliPHOSPreprocessor,1);
1ab07e55 29
30};
31
32#endif