Skip to content

Commit 491b442

Browse files
committed
Restore Lc decay notation in comment
1 parent f9290ce commit 491b442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/Tasks/taskCharmHadronsTrackFemtoDream.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ struct HfTaskCharmHadronsTrackFemtoDream {
465465
std::array<double, 4> massCharmTrk{};
466466

467467
if constexpr (Channel == DecayChannel::LcToPKPi) {
468-
// Lc+ -> p K pi
468+
// Λc⁺ → p K π
469469
if (cand.candidateSelFlag() == 1) {
470470
massCharmTrk = {MassProton, MassKPlus, MassPiPlus, trackMassHyp};
471471
} else {

0 commit comments

Comments
 (0)