Skip to content

Commit 9a125be

Browse files
authored
Update flattenictyPikp.cxx
Removed unused variables
1 parent 87019c1 commit 9a125be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGLF/Tasks/GlobalEventProperties/flattenictyPikp.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ static constexpr int kProcessIdWeak = 4;
8181
static constexpr int Ncharges = 2;
8282
static constexpr o2::track::PID::ID Npart = 5;
8383
static constexpr o2::track::PID::ID NpartChrg = Npart * Ncharges;
84-
static constexpr int PidSgnAll[] = {kPiPlus, kKPlus, kProton};
8584
static constexpr int PDGs[] = {11, 13, 211, 321, 2212};
8685
static constexpr int PidSgn[NpartChrg] = {11, 13, 211, 321, 2212, -11, -13, -211, -321, -2212};
8786
static constexpr const char* Pid[Npart] = {"el", "mu", "pi", "ka", "pr"};
8887
static constexpr const char* PidChrg[NpartChrg] = {"e^{-}", "#mu^{-}", "#pi^{+}", "K^{+}", "p", "e^{+}", "#mu^{+}", "#pi^{-}", "K^{-}", "#bar{p}"};
89-
static constexpr std::string_view PidDir[] = {"Pi/", "Ka/", "Pr/"};
9088
static constexpr std::string_view kSpecies[NpartChrg] = {"Elminus", "Muplus", "PiPlus", "KaPlus", "Pr", "ElPlus", "MuMinus", "PiMinus", "KaMinus", "PrBar"};
9189
static constexpr std::string_view kSpeciesAll[Npart] = {"El", "Mu", "Pi", "Ka", "Pr"};
9290
// histogram naming

0 commit comments

Comments
 (0)