Skip to content

Commit

Permalink
fix in TOF matcher for calib
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Sep 29, 2023
1 parent 9e4c8ad commit ee3fdea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Detectors/GlobalTracking/src/MatchTOF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,6 @@ void MatchTOF::doMatchingForTPC(int sec)
//______________________________________________
int MatchTOF::findFITIndex(int bc, const gsl::span<const o2::ft0::RecPoints>& FITRecPoints, unsigned long firstOrbit)
{
bc -= o2::tof::Geo::LATENCYWINDOW_IN_BC;

if (FITRecPoints.size() == 0) {
return -1;
}
Expand Down

0 comments on commit ee3fdea

Please sign in to comment.