]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove references to LMS, add comments begining ctor and dtor methods
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Tue, 19 Aug 2014 13:50:29 +0000 (15:50 +0200)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Tue, 19 Aug 2014 14:57:31 +0000 (16:57 +0200)
EMCAL/AliCaloRawAnalyzerFakeALTRO.cxx

index 11ea430dd478fbce3d838618569eef23286ef6b8..5d21ed809d3863f77dc81b59d47a25cdbfda5f25 100644 (file)
@@ -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<AliCaloBunchInfo>  &bunchvector, const UInt_t altrocfg1,  const UInt_t altrocfg2 )
 {