]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDDLRawData.cxx
Delay correction update
[u/mrichter/AliRoot.git] / TOF / AliTOFDDLRawData.cxx
index cc9725b5953bd7845a656e26fab37f33f6421a0e..2d7bda76208cbd3fe6026b0bfc0dd559e3fd907c 100644 (file)
@@ -1056,10 +1056,11 @@ void AliTOFDDLRawData::MakeTDCdigits(Int_t nDDL, Int_t nTRM, Int_t iChain,
            digs->GetPadz()  !=volume[4]) AliWarning(" --- ERROR --- ");
 
        timeOfFlight = (Int_t)(digs->GetTdc())
-         +
-         fTOFCableLengthMap->GetCableTimeShiftBin(nDDL, nTRM, iChain, nTDC);
+         /*+
+         fTOFCableLengthMap->GetCableTimeShiftBin(nDDL, nTRM, iChain, nTDC)*/;
 
-       if (timeOfFlight>=fMatchingWindow+1000) continue; // adc
+       //if (timeOfFlight>=fMatchingWindow+1000) continue; // adc
+       if (timeOfFlight>=fMatchingWindow) continue; // adc
 
        //numberOfMeasuresPerChannel++;