Skip to content

Commit f7a090a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Utils/svPoolCreator.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "DCAFitter/DCAFitterN.h"
2323
#include "Framework/AnalysisDataModel.h"
2424

25-
using std::array;
2625
using CollBracket = o2::math_utils::Bracket<int>;
2726

2827
constexpr 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();

0 commit comments

Comments
 (0)