From b11f38a2e16367876d59409229cceb2f7cd658b3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 19 Dec 2025 11:38:58 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Utils/svPoolCreator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();