@@ -67,16 +67,16 @@ static const std::vector<std::string> labelsCutVarTrack = {"min_dcaxytoprimary",
6767
6868namespace hf_presel_pid
6969{
70- static constexpr int NPidRows = 7 ; // number of PID channels / rows
71- static constexpr int NPidCuts = 6 ; // number of cuts per PID (TPC+TOF)
70+ static constexpr int NPidRows = 7 ; // number of PID channels / rows
71+ static constexpr int NPidCuts = 6 ; // number of cuts per PID (TPC+TOF)
7272// default values for the PID cuts for protons in the track-index-skim-creator
7373constexpr float CutsPid[NPidRows][NPidCuts] = {{0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
74- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
75- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
76- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
77- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
78- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
79- {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f }};
74+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
75+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
76+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
77+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
78+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f },
79+ {0 .f , 1000 .f , 5 .f , 0 .f , 1000 .f , 5 .f }};
8080static const std::vector<std::string> labelsCutsPid = {" minPtTpc" , " maxPtTpc" , " nSigmaMaxTpc" , " minPtTof" , " maxPtTof" , " nSigmaMaxTof" };
8181static const std::vector<std::string> labelsRowsPid = {" ProtonInLcToPKPi" , " ProtonInXicToPKPi" , " ProtonInLcToPK0S" , " KaonIn3Prongs" , " DeuteronInCdToDeKPi" , " TritonInCtToTrKPi" , " HeliumInChToHeKPi" };
8282} // namespace hf_presel_pid
0 commit comments