X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliCaloRawAnalyzerFitter.cxx;h=e485f9238c34c1b1eb21ce3da7cdab6d45898da6;hb=f240af213f97b955401063ca76bb23042c78e90f;hp=b7db51be314e70e92297ea8b03b7858308fefe6e;hpb=7afee7f00dcc0a0e6afcc7638fc57b539f37a2e5;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliCaloRawAnalyzerFitter.cxx b/EMCAL/AliCaloRawAnalyzerFitter.cxx index b7db51be314..e485f9238c3 100644 --- a/EMCAL/AliCaloRawAnalyzerFitter.cxx +++ b/EMCAL/AliCaloRawAnalyzerFitter.cxx @@ -52,13 +52,14 @@ AliCaloRawAnalyzerFitter::AliCaloRawAnalyzerFitter(const char *name, const char AliCaloRawAnalyzerFitter::~AliCaloRawAnalyzerFitter() { - + delete fTf1; } void AliCaloRawAnalyzerFitter::PrintFitResult(const TF1 *f) const { + //shutting up the rule checker cout << endl; cout << __FILE__ << __LINE__ << "Using this samplerange we get" << endl; cout << __FILE__ << __LINE__ << "AMPLITUDE = " << f->GetParameter(0)/fkEulerSquared << ",.. !!!!" << endl; @@ -67,3 +68,9 @@ AliCaloRawAnalyzerFitter::PrintFitResult(const TF1 *f) const cout << endl << endl; } + +// Bool_t +// AliCaloRawAnalyzerFitter::GetFixTau() const +// { +// return fFixTau; +// };