Skip to content

Commit c360e91

Browse files
authored
Update PWGHF/TableProducer/trackIndexSkimCreator.cxx
Remove redundant word
1 parent 2484924 commit c360e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ struct HfTrackIndexSkimCreator {
20392039
}
20402040
}
20412041

2042-
// prong daughter pT
2042+
// prong pT
20432043
if (config.debug || TESTBIT(isSelected, iDecay3P)) {
20442044
const auto ptProngMin = cut3Prong[iDecay3P].get(binPt, 4u); // 4u == ptProngMinIndex[iDecay3P]
20452045
if (ptProngs[0] < ptProngMin || ptProngs[1] < ptProngMin || ptProngs[2] < ptProngMin) {

0 commit comments

Comments
 (0)