]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Cosmetics
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Mar 2011 19:52:11 +0000 (19:52 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Mar 2011 19:52:11 +0000 (19:52 +0000)
EMCAL/AliCaloRawAnalyzerKStandard.cxx
EMCAL/AliCaloRawAnalyzerKStandard.h

index 58aaa8116ebb635f3fdcc15f317777a789dae109..1752a1d011faa4c28aebb1bd5c63e3914023d6ba 100644 (file)
@@ -118,7 +118,6 @@ AliCaloRawAnalyzerKStandard::Evaluate( const vector<AliCaloBunchInfo>  &bunchlis
 }
 
        
-//____________________________________________________________________________ 
 void
  AliCaloRawAnalyzerKStandard::FitRaw(const Int_t firstTimeBin, const Int_t lastTimeBin, Float_t & amp, Float_t & time, Float_t & chi2, Bool_t & fitDone) const 
 { 
@@ -154,10 +153,11 @@ void
     chi2 = signalF->GetChisquare();
     fitDone = kTRUE;
   }
-  catch (const std::exception & e) {
-    AliError( Form("TGraph Fit exception %s", e.what()) ); 
-    // stay with default amp and time in case of exception, i.e. no special action required
-    fitDone = kFALSE;
+  catch (const std::exception & e) 
+    {
+      AliError( Form("TGraph Fit exception %s", e.what()) ); 
+      // stay with default amp and time in case of exception, i.e. no special action required
+      fitDone = kFALSE;
   }
 
   delete signalF;
index 769dbd950432b8a8ccfe1ed73fd63befdfe742b8..a46eaa7d7450780acb5966f4a8ffd732b03df406 100644 (file)
@@ -23,7 +23,6 @@
 // Chi square fit
 
 #include "AliCaloRawAnalyzerFitter.h"
-//#include "AliCaloConstants.h"
 class  TGraph;
 
 class  AliCaloRawAnalyzerKStandard : public AliCaloRawAnalyzerFitter