You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/TableProducer/trackDcaCovFillerRun2.cxx
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,10 @@
15
15
// 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.
16
16
// 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
17
17
18
-
19
18
#include"TableHelper.h"
20
19
#include"Common/Tools/TrackTuner.h"
21
20
#include"DataFormatsParameters/GRPObject.h"
22
21
23
-
24
22
usingnamespaceo2;
25
23
usingnamespaceo2::framework;
26
24
// using namespace o2::framework::expressions;
@@ -47,7 +45,6 @@ struct TrackDcaCovFillerRun2 {
47
45
Configurable<std::string> ccdbPathGrp{"grpmagPath", "GLO/GRP/GRP", "CCDB path of the grp file (run2)"};
48
46
Configurable<std::string> mVtxPath{"mVtxPath", "GLO/Calib/MeanVertex", "Path of the mean vertex file"};
0 commit comments