File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 .;
You can’t perform that action at this time.
0 commit comments