]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliCaloRawAnalyzerFakeALTRO.h
added option of etacut to parameters instead of hard coded in addtask.c
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzerFakeALTRO.h
1 #ifndef ALICALORAWANALYZERFAKEALTRO_H
2 #define ALICALORAWANALYZERFAKEALTRO_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6 /*
7
8  
9 Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
10 */
11
12 #include "AliCaloRawAnalyzerFitter.h"
13
14 class  AliCaloRawAnalyzerFakeALTRO : public AliCaloRawAnalyzerFitter
15 {
16   friend class AliCaloRawAnalyzerFactory;
17
18  public:
19   virtual ~AliCaloRawAnalyzerFakeALTRO();
20   virtual AliCaloFitResults  Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector, const UInt_t altrocfg1,  const UInt_t altrocfg2 );
21   
22  private:
23   AliCaloRawAnalyzerFakeALTRO();
24   AliCaloRawAnalyzerFakeALTRO(const AliCaloRawAnalyzerFakeALTRO & );
25   AliCaloRawAnalyzerFakeALTRO  & operator = (const AliCaloRawAnalyzerFakeALTRO  &);
26   ClassDef(AliCaloRawAnalyzerFakeALTRO,1)
27
28 };
29
30 #endif