Skip to content

Commit 61a5e47

Browse files
noferinishahor02
authored andcommitted
fix in TOF matcher for calib
1 parent 9e4c8ad commit 61a5e47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Detectors/GlobalTracking/src/MatchTOF.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,6 @@ void MatchTOF::doMatchingForTPC(int sec)
11871187
//______________________________________________
11881188
int MatchTOF::findFITIndex(int bc, const gsl::span<const o2::ft0::RecPoints>& FITRecPoints, unsigned long firstOrbit)
11891189
{
1190-
bc -= o2::tof::Geo::LATENCYWINDOW_IN_BC;
1191-
11921190
if (FITRecPoints.size() == 0) {
11931191
return -1;
11941192
}

0 commit comments

Comments
 (0)