]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
DeltaBC correction: reference DeltaBC hardcoded (value = 37)
authorrpreghen <rpreghen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Dec 2009 13:34:04 +0000 (13:34 +0000)
committerrpreghen <rpreghen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Dec 2009 13:34:04 +0000 (13:34 +0000)
TOF/AliTOFRawStream.cxx

index 8976bc0f906b96a34dcae7949510135627c180f9..aaf55c9424db1967c841127fdf351577fa144275 100644 (file)
@@ -1473,7 +1473,7 @@ AliTOFRawStream::LoadRawDataBuffers(Int_t indexDDL, Int_t verbose)
       /* DDL BC shift time correction */
       hitTimeBin += 1024 * fgkddlBCshift[indexDDL];
       /* deltaBC shift time correction */
-      hitTimeBin += 1024 * hitData->GetDeltaBunchID();
+      hitTimeBin += 1024 * (hitData->GetDeltaBunchID() - 37);
     }
 
     Int_t hitLeading = hitData->GetTimeBin();