Skip to content

Commit 0c66d8d

Browse files
author
sandeep dudi
committed
directives are removed
1 parent 2bdd6f5 commit 0c66d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Utils/svPoolCreator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ class svPoolCreator
150150
float trackTimeRes{0.};
151151
if (trackCand.isPVContributor()) {
152152
trackTime = trackCand.template collision_as<C>().collisionTime(); // if PV contributor, we assume the time to be the one of the collision
153-
trackTimeRes = constants::lhc::LHCBunchSpacingNS; // 1 BC
153+
trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC
154154
} else {
155155
trackTime = trackCand.trackTime();
156156
trackTimeRes = trackCand.trackTimeRes();
157157
}
158158

159-
const float deltaTime = trackTime - collTime + bcOffset * constants::lhc::LHCBunchSpacingNS;
159+
const float deltaTime = trackTime - collTime + bcOffset * o2::constants::lhc::LHCBunchSpacingNS;
160160
float sigmaTimeRes2 = collTimeRes2 + trackTimeRes * trackTimeRes;
161161

162162
float thresholdTime = 0.;

0 commit comments

Comments
 (0)