]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDigitizer.cxx
Important changes to the reconstructor classes. Complete elimination of the run-loade...
[u/mrichter/AliRoot.git] / TOF / AliTOFDigitizer.cxx
index 6701cb1fa454887ae90e98479c1934eb5aa132ab..4dfb1bed856b3a183def5c2d6dac0d6eeb365697 100644 (file)
@@ -510,7 +510,7 @@ void AliTOFDigitizer::DecalibrateTOFSignal( AliTOFcalib *calib){
       timeCorr = timeCorr + timedelay;
       AliDebug(2,Form(" The Time Slewing+ delay (ns): %f: ",timeCorr));
       //convert to ps
-      timeCorr*=1E-3;
+      timeCorr*=1E3;
       Double_t timeMis = (Double_t)(dig->GetTdc())*AliTOFGeometry::TdcBinWidth();
       timeMis = timeMis+timeCorr;
       AliDebug(2,Form(" The Miscalibrated time (ps): %e: ",timeMis));