We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7335788 commit b9352e4Copy full SHA for b9352e4
DPG/Tasks/AOTTrack/qaEfficiency.cxx
@@ -71,8 +71,12 @@ static constexpr int trkCutIdxN = 23;
71
static constexpr int nSpecies = o2::track::PID::NIDs; // One per PDG
72
static constexpr int nCharges = 2;
73
static constexpr int nParticles = nSpecies * nCharges;
74
-static constexpr const char* particleTitle[nParticles] = {"e", "#mu", "#pi", "K", "p", "d", "t", "^{3}He", "#alpha",
75
- "e", "#mu", "#pi", "K", "p", "d", "t", "^{3}He", "#alpha"};
+static constexpr const char* particleTitle[nParticles] = {"e^{-}", "#mu^{-}", "#pi^{+}",
+ "K^{+}", "p", "d",
76
+ "t", "^{3}He", "#alpha",
77
+ "e^{+}", "#mu^{+}", "#pi^{-}",
78
+ "K^{-}", "#bar{p}", "#bar{d}",
79
+ "#bar{t}", "^{3}#bar{He}", "#bar{#alpha}"};
80
static constexpr int PDGs[nParticles] = {11, 13, 211, 321, 2212, 1000010020, 1000010030, 1000020030, 1000020040,
81
-11, -13, -211, -321, -2212, -1000010020, -1000010030, -1000020030, -1000020040};
82
0 commit comments