We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2484924 commit c360e91Copy full SHA for c360e91
1 file changed
PWGHF/TableProducer/trackIndexSkimCreator.cxx
@@ -2039,7 +2039,7 @@ struct HfTrackIndexSkimCreator {
2039
}
2040
2041
2042
- // prong daughter pT
+ // prong pT
2043
if (config.debug || TESTBIT(isSelected, iDecay3P)) {
2044
const auto ptProngMin = cut3Prong[iDecay3P].get(binPt, 4u); // 4u == ptProngMinIndex[iDecay3P]
2045
if (ptProngs[0] < ptProngMin || ptProngs[1] < ptProngMin || ptProngs[2] < ptProngMin) {
0 commit comments