AliRoot Core  3dc7879 (3dc7879)
AliCaloRawAnalyzerCrude.h
Go to the documentation of this file.
1 #ifndef ALICALORAWANALYZERCRUDE_H
2 #define ALICALORAWANALYZERCRUDE_H
3 
4 /* Copyright(c) 1998-2010, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice */
6 
7 //_________________________________________________________________________
17 //_________________________________________________________________________
18 
19 #include "AliCaloRawAnalyzer.h"
20 
21 class AliCaloFitResults;
22 class AliCaloBunchInfo;
23 
25 {
27 
28  public:
30 
31  virtual ~AliCaloRawAnalyzerCrude() { ; }
32 
33  virtual AliCaloFitResults Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector,
34  const UInt_t altrocfg1, const UInt_t altrocfg2 );
35 
36  private:
37 
39  ClassDef(AliCaloRawAnalyzerCrude, 1) ;
41 
42 };
43 
44 #endif //ALICALORAWANALYZERCRUDE_H
Raw data fitting: crude fit.
Base class for extraction of signal amplitude and peak position.
virtual AliCaloFitResults Evaluate(const std::vector< AliCaloBunchInfo > &bunchvector, const UInt_t altrocfg1, const UInt_t altrocfg2)
Extract signal.
Container class to hold results from fitting.
Container of ALTRO information.
Raw data fitters handling.