Skip to content

Commit b84f402

Browse files
authored
Update correlatorDplusHadrons.cxx
Updated message
1 parent d4348b6 commit b84f402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ struct HfCorrelatorDplusHadrons {
494494
if (!track.isGlobalTrackWoDCA()) {
495495
continue;
496496
}
497-
// Removing Dplus daughters for which |eta|>0.8
497+
// Remove D+ candidates for which at least one daughter has |eta| > 0.8
498498
double etaDaugh1 = RecoDecay::eta(std::array{candidate.pxProng0(), candidate.pyProng0(), candidate.pzProng0()});
499499
double etaDaugh2 = RecoDecay::eta(std::array{candidate.pxProng1(), candidate.pyProng1(), candidate.pzProng1()});
500500
double etaDaugh3 = RecoDecay::eta(std::array{candidate.pxProng2(), candidate.pyProng2(), candidate.pzProng2()});

0 commit comments

Comments
 (0)