From aa79a0ffe547da49f0358e520122416bdb9fe7f4 Mon Sep 17 00:00:00 2001 From: gconesab Date: Tue, 19 Aug 2014 15:50:29 +0200 Subject: [PATCH] remove references to LMS, add comments begining ctor and dtor methods --- EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx b/EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx index 11ea430dd47..5d21ed809d3 100644 --- a/EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx +++ b/EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx @@ -34,18 +34,20 @@ using namespace std; ClassImp( AliCaloRawAnalyzerFakeALTRO ) -AliCaloRawAnalyzerFakeALTRO::AliCaloRawAnalyzerFakeALTRO() : AliCaloRawAnalyzerFitter("Chi Square Fit", "LMS") +AliCaloRawAnalyzerFakeALTRO::AliCaloRawAnalyzerFakeALTRO() : AliCaloRawAnalyzerFitter("Chi Square Fit", "FakeAltro") { + // constructor + fAlgo= Algo::kFakeAltro; } - AliCaloRawAnalyzerFakeALTRO::~AliCaloRawAnalyzerFakeALTRO() { + // destructor + //delete fTf1; } - AliCaloFitResults AliCaloRawAnalyzerFakeALTRO::Evaluate( const vector &bunchvector, const UInt_t altrocfg1, const UInt_t altrocfg2 ) { -- 2.43.0