X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliCaloRawAnalyzerFakeALTRO.h;h=55d58367b86f916ce16b657195c184b0fbb9e82a;hb=2faa263bda3578f5f6a40aadd02019e0b5671216;hp=7fd1208c7c4fcde0b976256d84a4803419fda7dc;hpb=396baaf6bede58d74faf8ea7fa5fd9b38dbf6303;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliCaloRawAnalyzerFakeALTRO.h b/EMCAL/AliCaloRawAnalyzerFakeALTRO.h index 7fd1208c7c4..55d58367b86 100644 --- a/EMCAL/AliCaloRawAnalyzerFakeALTRO.h +++ b/EMCAL/AliCaloRawAnalyzerFakeALTRO.h @@ -3,7 +3,6 @@ /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ - /* @@ -12,46 +11,18 @@ Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3 #include "AliCaloRawAnalyzerFitter.h" - -// class TF1; -// class TGraph; - class AliCaloRawAnalyzerFakeALTRO : public AliCaloRawAnalyzerFitter { friend class AliCaloRawAnalyzerFactory; public: - //AliCaloRawAnalyzerFakeALTRO(); virtual ~AliCaloRawAnalyzerFakeALTRO(); - virtual AliCaloFitResults Evaluate( const std::vector &bunchvector, const UInt_t altrocfg1, const UInt_t altrocfg2 ); - - //void PrintFitResult(const TF1 *f) const; - // shaper tau value, in time-bins, and flag for keeping tau fixed - - // Float_t GetTau() const { return fTau;}; - // void SetTau(Float_t f) { fTau = f; }; - // Bool_t GetFixTau() const { return fFixTau; }; - // void SetFixTau(Bool_t b) { fFixTau = b; }; - - // extra interfaces - // TF1 * GetFit() const { return fTf1; }; - - // virtual void InitFormula( TF1* f); - private: AliCaloRawAnalyzerFakeALTRO(); AliCaloRawAnalyzerFakeALTRO(const AliCaloRawAnalyzerFakeALTRO & ); AliCaloRawAnalyzerFakeALTRO & operator = (const AliCaloRawAnalyzerFakeALTRO &); - - // 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 - - // Float_t fTau; // shaper tau, in time bins - // Bool_t fFixTau; // flag if tau should be fix - ClassDef(AliCaloRawAnalyzerFakeALTRO,1) };