]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
sorry - SetFittingAlgorithm call was needed with latest trunk, but should be treated...
authordsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 20:45:45 +0000 (20:45 +0000)
committerdsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 20:45:45 +0000 (20:45 +0000)
EMCAL/AliEMCALRawUtils.h

index d554aeb22412083fc8cf387c1b3171d4de2cc208..c0650af621d021d3bc75a141353265e3b923e2ef 100644 (file)
@@ -63,7 +63,7 @@ class AliEMCALRawUtils : public TObject {
   void SetNoiseThreshold(Int_t val)                {fNoiseThreshold=val; }
   void SetNPedSamples(Int_t val)                   {fNPedSamples=val; }
   void SetRemoveBadChannels(Bool_t val)            {fRemoveBadChannels=val; }
-  // not enough to set this variable to switch between algorithms, so comment it out for now..  void SetFittingAlgorithm(Int_t val)              {fFittingAlgorithm=val; }
+  void SetFittingAlgorithm(Int_t val)              {fFittingAlgorithm=val; } // not enough to set this variable to switch between algorithms, so should be modified 
 
   // set methods for fast fit simulation
   void SetFEENoise(Double_t val)                   {fgFEENoise = val;}