]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliCaloRawAnalyzerFakeALTRO.h
New default for corrEmpty
[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   
20   virtual ~AliCaloRawAnalyzerFakeALTRO();
21   
22   virtual AliCaloFitResults  Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector,
23                                        UInt_t altrocfg1,
24                                        UInt_t altrocfg2 );
25   
26  private:
27   
28   AliCaloRawAnalyzerFakeALTRO();
29   AliCaloRawAnalyzerFakeALTRO(               const AliCaloRawAnalyzerFakeALTRO & );
30   AliCaloRawAnalyzerFakeALTRO  & operator = (const AliCaloRawAnalyzerFakeALTRO & );
31   ClassDef(AliCaloRawAnalyzerFakeALTRO,1)
32
33 };
34
35 #endif