Skip to content

Commit b9352e4

Browse files
authored
[DPG] Update qaEfficiency.cxx (#10057)
1 parent 7335788 commit b9352e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DPG/Tasks/AOTTrack/qaEfficiency.cxx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,12 @@ static constexpr int trkCutIdxN = 23;
7171
static constexpr int nSpecies = o2::track::PID::NIDs; // One per PDG
7272
static constexpr int nCharges = 2;
7373
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"};
74+
static constexpr const char* particleTitle[nParticles] = {"e^{-}", "#mu^{-}", "#pi^{+}",
75+
"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}"};
7680
static constexpr int PDGs[nParticles] = {11, 13, 211, 321, 2212, 1000010020, 1000010030, 1000020030, 1000020040,
7781
-11, -13, -211, -321, -2212, -1000010020, -1000010030, -1000020030, -1000020040};
7882

0 commit comments

Comments
 (0)