]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set the Tot Bin width to the one actually used...
authorarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Apr 2007 17:18:46 +0000 (17:18 +0000)
committerarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Apr 2007 17:18:46 +0000 (17:18 +0000)
TOF/AliTOFtracker.cxx

index 18efab78d900779c107d917d16cea76fd731ed05..b0edecae95fd4d493067a96663edee453f85645d 100644 (file)
@@ -609,7 +609,7 @@ void AliTOFtracker::MatchTracks( Bool_t mLastStep){
     delete trackTOFin;
 
     //  Store quantities to be used in the TOF Calibration
-    Float_t tToT=fGeom->TdcBinWidth()*c->GetToT()*1E-3; // in ns
+    Float_t tToT=fGeom->ToTBinWidth()*c->GetToT()*1E-3; // in ns
     t->SetTOFsignalToT(tToT);
     Int_t ind[5];
     ind[0]=c->GetDetInd(0);