]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliCaloRawAnalyzerKStandard.h
update of LED DA execute macro
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzerKStandard.h
index b5526a89b74ed5731daffe3321c83fd3c7ea1968..a46eaa7d7450780acb5966f4a8ffd732b03df406 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALICALORAWANALYZERSTANDARD_H
-#define ALICALORAWANALYZERSTANDARD_H
+#ifndef ALICALORAWANALYZERKSTANDARD_H
+#define ALICALORAWANALYZERKSTANDARD_H
 /**************************************************************************
  * This file is property of and copyright by                              *
  * the Relativistic Heavy Ion Group (RHIG), Yale University, US, 2009     *
 // Chi square fit
 
 #include "AliCaloRawAnalyzerFitter.h"
-#include "AliCaloConstants.h"
 class  TGraph;
 
 class  AliCaloRawAnalyzerKStandard : public AliCaloRawAnalyzerFitter
 {
-  friend class AliCaloRawAnalyzerFactory;
-
-  
+  friend class AliCaloRawAnalyzerFactory; // Factory for creation of raw analyzer (= shutting up the rule checker )
   
-
  public:
   virtual ~AliCaloRawAnalyzerKStandard();
   virtual AliCaloFitResults  Evaluate( const std::vector<AliCaloBunchInfo> &bunchvector, const UInt_t altrocfg1,  const UInt_t altrocfg2 );
-  static Double_t RawResponseFunction(Double_t *x, Double_t *par); 
   void FitRaw(const Int_t firstTimeBin, const Int_t lastTimeBin, Float_t & amp, Float_t & time, 
              Float_t & chi2, Bool_t & fitDone) const ;
  
-  void FitParabola(const TGraph *gSig, Float_t & amp) const ;
-  
  private:
   AliCaloRawAnalyzerKStandard();
   AliCaloRawAnalyzerKStandard(const AliCaloRawAnalyzerKStandard & );