]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliCaloRawAnalyzerFitter.h
put back also the maximum foreseen ALTRO DDL, not only the number of super modules
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzerFitter.h
index 1a49f4c2347470d25d6eb85891f446c159600559..cc3b3219c08ff78b1a660fd64aa1fcffece82505 100644 (file)
 #include "AliCaloRawAnalyzer.h"
 #include "AliCaloConstants.h"
 
-
 using namespace ALTRO;
 using namespace EMCAL;
 
 class  TF1;
 class  TGraph;
 
-
 class  AliCaloRawAnalyzerFitter : public AliCaloRawAnalyzer
 {
 public:
   AliCaloRawAnalyzerFitter( const char *name, const char *nameshort );
   virtual ~AliCaloRawAnalyzerFitter();
-  //  virtual void InitFormula( TF1*) = 0;
-  Bool_t GetFixTau() const { return fFixTau; }; 
+  
+  //Bool_t GetFixTau() const { return fFixTau; }; 
+  Bool_t GetFixTau() const; 
   void SetFixTau(Bool_t b) { fFixTau = b; };
   TF1 * GetFit() const { return fTf1; };
+  
   void PrintFitResult(const TF1 *f) const;
 
 protected: 
@@ -51,15 +51,7 @@ protected:
 private:
   AliCaloRawAnalyzerFitter(const AliCaloRawAnalyzerFitter & );
   AliCaloRawAnalyzerFitter  & operator = (const AliCaloRawAnalyzerFitter  &);
-
-  //  double fXaxis[ALTROMAXSAMPLES]; //Axis if time bins, ( used by TGraph )
-  //  const double fkEulerSquared; //e^2 = 7.389056098930650227
-  //  TF1 *fTf1;     // Analytical formula of the Semi Gaussian to be fitted
-  //  Bool_t fFixTau; // flag if tau should be fix
   AliCaloRawAnalyzerFitter();
-  
-  //  ClassDef(AliCaloRawAnalyzerFitter, 1)
-
 };
 
 #endif