Skip to content

Commit b8595e1

Browse files
committed
fix decay depth
1 parent 4dc85b3 commit b8595e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ struct HfDataCreatorCharmHadPiReduced {
672672
// look for common c-hadron mother among prongs 0, 1 and 2
673673
for (const auto& cHadronMotherHypo : cHadronMotherHypos) {
674674
int8_t depthMax = 2;
675-
if (cHadronMotherHypo == Pdg::kDStar || cHadronMotherHypo == Pdg::kDSStar) { // to include D* -> D π0/γ, D* -> D0 π, and Ds* -> Ds π0/γ
675+
if (cHadronMotherHypo == Pdg::kDStar || cHadronMotherHypo == 423 || cHadronMotherHypo == Pdg::kDSStar) { // to include D* -> D π0/γ, D* -> D0 π, and Ds* -> Ds π0/γ
676676
depthMax += 1;
677677
}
678678
int index0CharmMother = RecoDecay::getMother(particlesMc, particleProng0, cHadronMotherHypo, true, &sign, depthMax);

0 commit comments

Comments
 (0)