]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliCaloFastAltroFitv0.cxx
Fix for #88591 Request to commit/port fix in AliRawReaderChain (setter instead of...
[u/mrichter/AliRoot.git] / RAW / AliCaloFastAltroFitv0.cxx
index 798f69b715a664a3282e571c415eadf28438529b..de96973f096fa671547e0af29d0f1f1250b9479d 100644 (file)
@@ -85,10 +85,8 @@ AliCaloFastAltroFitv0& AliCaloFastAltroFitv0::operator= (const AliCaloFastAltroF
 }
 
 void AliCaloFastAltroFitv0::FastFit(Int_t* t, Int_t* y, Int_t nPoints, Double_t sig, Double_t tau, 
-                                 Double_t n, Double_t ped, Double_t tMax)
+                                   Double_t /*n*/, Double_t ped, Double_t tMax)
 {
-  // n 2 here and unused
-  n = 2.;
   Reset();
 
   fSig = sig;