]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliCaloRawAnalyzer.cxx
Refactoring: Functions related to the shaper response
[u/mrichter/AliRoot.git] / EMCAL / AliCaloRawAnalyzer.cxx
index 6aacb00f5eeb12788cf374026bc7a418a99a91a9..5fe155c0f23f88987c5a405758002807510a3a71 100644 (file)
@@ -46,12 +46,10 @@ AliCaloRawAnalyzer::AliCaloRawAnalyzer(const char *name, const char *nameshort)
   fIsZerosupressed( false ),
   fVerbose( false ),
   fAlgo(Algo::kNONE), 
-// fFp(0), 
   fL1Phase(0),
   fAmp(0),
   fTof(0),
   fTau( EMCAL::TAU )
-//  fFixTau(true)
 {
   //Comment 
   snprintf(fName, 256,"%s", name);
@@ -63,9 +61,6 @@ AliCaloRawAnalyzer::AliCaloRawAnalyzer(const char *name, const char *nameshort)
     {
       fReversed[i] = 0;
     }
-
-  // fFp = fopen("amp2.txt", "w");
-
 }
 
 AliCaloRawAnalyzer::~AliCaloRawAnalyzer()
@@ -416,17 +411,6 @@ AliCaloRawAnalyzer::CalculateMeanAndRMS(const Int_t first, const Int_t last,
 
 
 
-// AliCaloFitResults
-// AliCaloRawAnalyzer::Evaluate( const vector<AliCaloBunchInfo>  &/*bunchvector*/, const UInt_t /*altrocfg1*/,  const UInt_t /*altrocfg2*/)
-// { // method to do the selection of what should possibly be fitted
-//   // not implemented for base class
-//   cout << __FILE__ << ":" << __LINE__ << " " << endl;
-  
-//   return AliCaloFitResults( 0, 0 );
-// }
-
-
-
 int
 AliCaloRawAnalyzer::PreFitEvaluateSamples( const vector<AliCaloBunchInfo>  &bunchvector, const UInt_t altrocfg1,  
                                           const UInt_t altrocfg2, Int_t & index, Float_t & maxf, short & maxamp,