@@ -81,12 +81,10 @@ static constexpr int kProcessIdWeak = 4;
8181static constexpr int Ncharges = 2 ;
8282static constexpr o2::track::PID::ID Npart = 5 ;
8383static constexpr o2::track::PID::ID NpartChrg = Npart * Ncharges;
84- static constexpr int PidSgnAll[] = {kPiPlus , kKPlus , kProton };
8584static constexpr int PDGs[] = {11 , 13 , 211 , 321 , 2212 };
8685static constexpr int PidSgn[NpartChrg] = {11 , 13 , 211 , 321 , 2212 , -11 , -13 , -211 , -321 , -2212 };
8786static constexpr const char * Pid[Npart] = {" el" , " mu" , " pi" , " ka" , " pr" };
8887static 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/" };
9088static constexpr std::string_view kSpecies [NpartChrg] = {" Elminus" , " Muplus" , " PiPlus" , " KaPlus" , " Pr" , " ElPlus" , " MuMinus" , " PiMinus" , " KaMinus" , " PrBar" };
9189static constexpr std::string_view kSpeciesAll [Npart] = {" El" , " Mu" , " Pi" , " Ka" , " Pr" };
9290// histogram naming
0 commit comments