]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0CalibWalk.cxx
Fix for report #63895: Request new reconstruction step (the track length must be...
[u/mrichter/AliRoot.git] / T0 / AliT0CalibWalk.cxx
index f341a1edd41725b9debf770e63d9f69a240407be..63b99460b8ae2a80c0f90436ba94342def57cdc9 100644 (file)
@@ -171,7 +171,7 @@ Bool_t AliT0CalibWalk::MakeWalkCorrGraph(const char *laserFile)
                  {
                    hCFD->Rebin(2);
                    TSpectrum *s1 = new TSpectrum(2*npeaks,1);
-                   Int_t nfound = s1->Search(hCFD,sigma," ",0.1);
+                   nfound = s1->Search(hCFD,sigma," ",0.1);
                    if(nfound!=0){
                      Float_t *xpeak = s1->GetPositionX();
                      TMath::Sort(nfound, xpeak, index,down);