Skip to content

Commit 63aae0f

Browse files
[PWGHF] Fix a typo in charm femto task (#14349)
1 parent d745703 commit 63aae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/Tasks/taskCharmHadronsTrackFemtoDream.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ struct HfTaskCharmHadronsTrackFemtoDream {
475475
}
476476
}
477477

478-
if constexpr (Channel == DecayChannel::DstarToD0Pi) {
478+
if constexpr (Channel == DecayChannel::LcToPKPi || Channel == DecayChannel::DplusToPiKPi) {
479479
if (p1.trackId() == p2.prong0Id() || p1.trackId() == p2.prong1Id() || p1.trackId() == p2.prong2Id())
480480
continue;
481481
if (useCPR.value) {

0 commit comments

Comments
 (0)