AliRoot Core  3dc7879 (3dc7879)
AliCaloRawAnalyzerFakeALTRO.h
Go to the documentation of this file.
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 //_________________________________________________________________________
16 //_________________________________________________________________________
17 
19 
21 {
23 
24  public:
25 
27 
28  virtual AliCaloFitResults Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector,
29  UInt_t altrocfg1,
30  UInt_t altrocfg2 );
31 
32  private:
33 
37 
39  ClassDef(AliCaloRawAnalyzerFakeALTRO,1) ;
41 
42 };
43 
44 #endif //ALICALORAWANALYZERFAKEALTRO_H
virtual ~AliCaloRawAnalyzerFakeALTRO()
Destructor.
Container class to hold results from fitting.
Raw data fitters base class.
Raw data fitters handling.
AliCaloRawAnalyzerFakeALTRO & operator=(const AliCaloRawAnalyzerFakeALTRO &)
virtual AliCaloFitResults Evaluate(const std::vector< AliCaloBunchInfo > &bunchvector, UInt_t altrocfg1, UInt_t altrocfg2)
Extract signal parameters using fitting.