diff --git a/PWGLF/Utils/svPoolCreator.h b/PWGLF/Utils/svPoolCreator.h index 20e013497f2..a7a0a87bd33 100644 --- a/PWGLF/Utils/svPoolCreator.h +++ b/PWGLF/Utils/svPoolCreator.h @@ -150,7 +150,7 @@ class svPoolCreator float trackTimeRes{0.}; if (trackCand.isPVContributor()) { trackTime = trackCand.template collision_as().collisionTime(); // if PV contributor, we assume the time to be the one of the collision - trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC + trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC } else { trackTime = trackCand.trackTime(); trackTimeRes = trackCand.trackTimeRes();