Skip to content

Commit 2e3e0d8

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-16540
Please consider the following formatting changes to #16540
2 parents 6db70ff + 7cb15e6 commit 2e3e0d8

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
@@ -40,7 +40,6 @@
4040
#include <TH2.h>
4141
#include <TH3.h>
4242

43-
4443
#include <algorithm>
4544
#include <chrono>
4645
#include <cmath>
@@ -95,7 +94,7 @@ enum {
9594
kGenKaon,
9695
kGenProton,
9796
kGenOther,
98-
kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction
97+
kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction
9998
kGenTrkTypeend
10099
};
101100

@@ -130,7 +129,7 @@ AxisSpec axisPhi{{0, o2::constants::math::PIQuarter, o2::constants::math::PIHalf
130129
AxisSpec axisPhi2{629, 0, o2::constants::math::TwoPI, "#phi"};
131130
AxisSpec axisCent{100, 0, 100, "#Cent"};
132131
AxisSpec axisDeltaPt{50, -1.0, +1.0, "#Delta(pT)"};
133-
AxisSpec axisDCAxy{100, -3.0, 3.0, "DCA_{xy} (cm)", "DCAxyAxis"}; // range ±3 cm for TPC-only case
132+
AxisSpec axisDCAxy{100, -3.0, 3.0, "DCA_{xy} (cm)", "DCAxyAxis"}; // range ±3 cm for TPC-only case
134133
AxisSpec axisGenPtVary = {kGenpTend - 1, +kGenpTbegin + 0.5, +kGenpTend - 0.5, "", "GenpTVaryAxis"};
135134
// axisGenTrkType auto-expands: kGenTrkTypeend is now 8, giving 6 bins (kGenAll … kGenAllCharged)
136135
AxisSpec axisGenTrkType = {kGenTrkTypeend - 1, +kGenTrkTypebegin + 0.5, +kGenTrkTypeend - 0.5, "", "GenTrackTypeAxis"};

0 commit comments

Comments
 (0)