We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef2f87 commit 9d2d72aCopy full SHA for 9d2d72a
PWGLF/Tasks/GlobalEventProperties/flattenictyPikp.cxx
@@ -94,7 +94,6 @@ static constexpr int PDGs[] = {11, 13, 211, 321, 2212};
94
static constexpr int PidSgn[NpartChrg] = {11, 13, 211, 321, 2212, -11, -13, -211, -321, -2212};
95
static constexpr const char* Pid[Npart] = {"el", "mu", "pi", "ka", "pr"};
96
static constexpr const char* PidChrg[NpartChrg] = {"e^{-}", "#mu^{-}", "#pi^{+}", "K^{+}", "p", "e^{+}", "#mu^{+}", "#pi^{-}", "K^{-}", "#bar{p}"};
97
-static constexpr std::string_view Cspecies[NpartChrg] = {"Elminus", "Muplus", "PiPlus", "KaPlus", "Pr", "ElPlus", "MuMinus", "PiMinus", "KaMinus", "PrBar"};
98
static constexpr std::string_view CspeciesAll[Npart] = {"El", "Mu", "Pi", "Ka", "Pr"};
99
// histogram naming
100
static constexpr std::string_view PidDir[] = {"el/", "pi/", "pr/"};
0 commit comments