Skip to content

Commit 62c7a37

Browse files
clang fixes
1 parent 0ccff72 commit 62c7a37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Common/TableProducer/trackDcaCovFillerRun2.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
// Run 2 AO2Ds cannot have their dcacov filled by the current track-propagation workflow as the workflow isn't designed for them, given Run 2 tracks are already propagated to the PV.
1616
// This task fills the DCA Cov (and DCA) tables for Run 2 tracks by "propagating" the tracks (though given they are already at the PV it doesn't actually do the propagation) and retrieving the DCA and DCA cov given by the propagateToDCABxByBz function
1717

18-
1918
#include "TableHelper.h"
2019
#include "Common/Tools/TrackTuner.h"
2120
#include "DataFormatsParameters/GRPObject.h"
2221

23-
2422
using namespace o2;
2523
using namespace o2::framework;
2624
// using namespace o2::framework::expressions;
@@ -47,7 +45,6 @@ struct TrackDcaCovFillerRun2 {
4745
Configurable<std::string> ccdbPathGrp{"grpmagPath", "GLO/GRP/GRP", "CCDB path of the grp file (run2)"};
4846
Configurable<std::string> mVtxPath{"mVtxPath", "GLO/Calib/MeanVertex", "Path of the mean vertex file"};
4947

50-
5148
HistogramRegistry registry{"registry"};
5249

5350
void init(o2::framework::InitContext& initContext)
@@ -120,7 +117,7 @@ struct TrackDcaCovFillerRun2 {
120117
}
121118
setTrackPar(track, mTrackPar);
122119
}
123-
120+
124121
bool isPropagationOK = true;
125122
if (track.has_collision()) {
126123
auto const& collision = track.collision();

0 commit comments

Comments
 (0)