]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
small bug fix
authorhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Apr 2009 10:08:01 +0000 (10:08 +0000)
committerhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Apr 2009 10:08:01 +0000 (10:08 +0000)
FMD/AliFMDBackgroundCorrection.cxx

index dfc413afa5105bca8b7475381550b3a8565e1e55..c03de12d0a78124221531d5ad2d43630c67d5ca5 100644 (file)
@@ -375,7 +375,7 @@ AliFMDBackgroundCorrection::AliFMDInputBG::ProcessEvent(UShort_t det,
     nextStripTrack = fLastTrackByStrip.operator()(det,ring,sec,strip+1);
   */
   
-  Float_t thisStripTrack = fLastTrackByStrip.operator()(det,ring,0,0);
+  Float_t thisStripTrack = fLastTrackByStrip.operator()(det,ring,sec,strip);
   // if(nTrack == fLastTrackByStrip.operator()(det,ring,sec,strip))
   //  std::cout<<"Track # "<<nTrack<<"  failed the cut in "<<det<<"   "<<ring<<"   "<<sec<<"  "<<strip<<std::endl;
   // else