We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c8ad commit 61a5e47Copy full SHA for 61a5e47
1 file changed
Detectors/GlobalTracking/src/MatchTOF.cxx
@@ -1187,8 +1187,6 @@ void MatchTOF::doMatchingForTPC(int sec)
1187
//______________________________________________
1188
int MatchTOF::findFITIndex(int bc, const gsl::span<const o2::ft0::RecPoints>& FITRecPoints, unsigned long firstOrbit)
1189
{
1190
- bc -= o2::tof::Geo::LATENCYWINDOW_IN_BC;
1191
-
1192
if (FITRecPoints.size() == 0) {
1193
return -1;
1194
}
0 commit comments