Skip to content

Commit 9d2d72a

Browse files
committed
fix build error
1 parent 1ef2f87 commit 9d2d72a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/flattenictyPikp.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ static constexpr int PDGs[] = {11, 13, 211, 321, 2212};
9494
static constexpr int PidSgn[NpartChrg] = {11, 13, 211, 321, 2212, -11, -13, -211, -321, -2212};
9595
static constexpr const char* Pid[Npart] = {"el", "mu", "pi", "ka", "pr"};
9696
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"};
9897
static constexpr std::string_view CspeciesAll[Npart] = {"El", "Mu", "Pi", "Ka", "Pr"};
9998
// histogram naming
10099
static constexpr std::string_view PidDir[] = {"el/", "pi/", "pr/"};

0 commit comments

Comments
 (0)