File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2222#include " DCAFitter/DCAFitterN.h"
2323#include " Framework/AnalysisDataModel.h"
2424
25- using std::array;
2625using CollBracket = o2::math_utils::Bracket<int >;
2726
2827constexpr uint64_t bOffsetMax = 241 ; // track compatibility can never go beyond 6 mus (ITS)
@@ -150,7 +149,7 @@ class svPoolCreator
150149 float trackTimeRes{0 .};
151150 if (trackCand.isPVContributor ()) {
152151 trackTime = trackCand.template collision_as <C>().collisionTime (); // if PV contributor, we assume the time to be the one of the collision
153- trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC
152+ trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC
154153 } else {
155154 trackTime = trackCand.trackTime ();
156155 trackTimeRes = trackCand.trackTimeRes ();
You can’t perform that action at this time.
0 commit comments