|
36 | 36 | #include <Framework/O2DatabasePDGPlugin.h> |
37 | 37 | #include <Framework/OutputObjHeader.h> |
38 | 38 | #include <Framework/runDataProcessing.h> |
39 | | -#include <TPDGCode.h> |
40 | 39 |
|
41 | 40 | #include <TH1.h> |
42 | 41 | #include <TH2.h> |
@@ -104,7 +103,7 @@ enum { |
104 | 103 | kGenKaon, |
105 | 104 | kGenProton, |
106 | 105 | kGenOther, |
107 | | - kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction |
| 106 | + kGenAllCharged, // all charged particles (primaries + secondaries) — denominator for primary fraction |
108 | 107 | kGenTrkTypeend |
109 | 108 | }; |
110 | 109 |
|
@@ -139,7 +138,7 @@ AxisSpec axisPhi{{0, o2::constants::math::PIQuarter, o2::constants::math::PIHalf |
139 | 138 | AxisSpec axisPhi2{629, 0, o2::constants::math::TwoPI, "#phi"}; |
140 | 139 | AxisSpec axisCent{100, 0, 100, "#Cent"}; |
141 | 140 | 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 |
143 | 142 | AxisSpec axisGenPtVary = {kGenpTend - 1, +kGenpTbegin + 0.5, +kGenpTend - 0.5, "", "GenpTVaryAxis"}; |
144 | 143 | // axisGenTrkType auto-expands: kGenTrkTypeend is now 8, giving 6 bins (kGenAll … kGenAllCharged) |
145 | 144 | AxisSpec axisGenTrkType = {kGenTrkTypeend - 1, +kGenTrkTypebegin + 0.5, +kGenTrkTypeend - 0.5, "", "GenTrackTypeAxis"}; |
|
0 commit comments