Skip to content

Commit 3a33954

Browse files
committed
Please consider the following formatting changes
1 parent 90094d5 commit 3a33954

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <Framework/O2DatabasePDGPlugin.h>
3737
#include <Framework/OutputObjHeader.h>
3838
#include <Framework/runDataProcessing.h>
39-
#include <TPDGCode.h>
4039

4140
#include <TH1.h>
4241
#include <TH2.h>
@@ -104,7 +103,7 @@ enum {
104103
kGenKaon,
105104
kGenProton,
106105
kGenOther,
107-
kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction
106+
kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction
108107
kGenTrkTypeend
109108
};
110109

@@ -139,7 +138,7 @@ AxisSpec axisPhi{{0, o2::constants::math::PIQuarter, o2::constants::math::PIHalf
139138
AxisSpec axisPhi2{629, 0, o2::constants::math::TwoPI, "#phi"};
140139
AxisSpec axisCent{100, 0, 100, "#Cent"};
141140
AxisSpec axisDeltaPt{50, -1.0, +1.0, "#Delta(pT)"};
142-
AxisSpec axisDCAxy{100, -3.0, 3.0, "DCA_{xy} (cm)", "DCAxyAxis"}; // range ±3 cm for TPC-only case
141+
AxisSpec axisDCAxy{100, -3.0, 3.0, "DCA_{xy} (cm)", "DCAxyAxis"}; // range ±3 cm for TPC-only case
143142
AxisSpec axisGenPtVary = {kGenpTend - 1, +kGenpTbegin + 0.5, +kGenpTend - 0.5, "", "GenpTVaryAxis"};
144143
// axisGenTrkType auto-expands: kGenTrkTypeend is now 8, giving 6 bins (kGenAll … kGenAllCharged)
145144
AxisSpec axisGenTrkType = {kGenTrkTypeend - 1, +kGenTrkTypebegin + 0.5, +kGenTrkTypeend - 0.5, "", "GenTrackTypeAxis"};

0 commit comments

Comments
 (0)