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: Detectors/TPC/calibration/macro/calculatedEdx.C
+4-17Lines changed: 4 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@
40
40
#include"DataFormatsTPC/ClusterNative.h"
41
41
#include"DataFormatsTPC/ClusterNativeHelper.h"
42
42
#include"SimulationDataFormat/MCCompLabel.h"
43
-
#include"SimulationDataFormat/MCTrack.h"
44
-
#include"Steer/MCKinematicsReader.h"
45
43
#include"TPCCalibration/CalculatedEdx.h"
46
44
#endif
47
45
@@ -91,14 +89,13 @@ std::pair<std::unique_ptr<TFile>, std::unique_ptr<TTree>> openTreeOrNull(const s
91
89
/// \param propagateParams propagate only the track parameters (fastest option, no material corrections); only used if useRefit and propagateTrack are both false
92
90
/// \param debug enable the CalculatedEdx debug streamer, additionally writing one dEdxDebug_t<i>.root file with per-cluster information per worker thread
93
91
/// \param nThreads number of worker threads used to process the tracks of one event in parallel
94
-
/// \param isMC set to true for MC productions to read the true MC track (TPCTracksMCTruth branch + mcKineFileName) for each track into an additional "mctrack" branch
92
+
/// \param isMC set to true for MC productions to read the true MC track label (TPCTracksMCTruth branch) for each track into an additional "mcLabel" branch
95
93
/// \param isMatchedToITS set to true to also read o2trac_its.root/o2match_itstpc.root and restrict the dE/dx calculation to TPC tracks matched to an ITS track
96
94
/// \param tfIDFileName name of the optional timeframe ID file; if found in dir, its per-entry time stamp is used for the CCDB instead of runNumberOrTimeStamp
97
95
/// \param tpcTracksFileName name of the file with the TPC tracks
98
96
/// \param clusterNativeFileName name of the file with the TPC native clusters
99
97
/// \param itsTracksFileName name of the file with the ITS tracks; only used if isMatchedToITS is true
100
98
/// \param matchFileName name of the file with the TPC-ITS match information; only used if isMatchedToITS is true
101
-
/// \param mcKineFileName base name (without extension) of the MC kinematics file used to resolve MC track labels; only used if isMC is true
102
99
voidcalculatedEdx(conststd::stringdir=".",
103
100
constlongrunNumberOrTimeStamp=0,
104
101
conststd::stringoutFile="dEdxCalc.root",
@@ -120,8 +117,7 @@ void calculatedEdx(const std::string dir = ".",
0 commit comments