Skip to content

Commit 4dc85b3

Browse files
committed
[PWGHF] B+ corr. bkg, add charm mother PDGs
1 parent af190f2 commit 4dc85b3

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
@@ -653,7 +653,7 @@ struct HfDataCreatorCharmHadPiReduced {
653653
// b-hadron hypothesis
654654
std::array<int, 4> bHadronMotherHypos = {Pdg::kBPlus, Pdg::kB0, Pdg::kBS, Pdg::kLambdaB0};
655655
// c-hadron hypothesis
656-
std::array<int, 5> cHadronMotherHypos = {Pdg::kDPlus, Pdg::kDS, Pdg::kDStar, Pdg::kDSStar, Pdg::kLambdaCPlus};
656+
std::array<int, 7> cHadronMotherHypos = {Pdg::kD0, Pdg::kDPlus, Pdg::kDS, Pdg::kDStar, 423, Pdg::kDSStar, Pdg::kLambdaCPlus};
657657

658658
for (const auto& bHadronMotherHypo : bHadronMotherHypos) {
659659
int index0Mother = RecoDecay::getMother(particlesMc, particleProng0, bHadronMotherHypo, true);

0 commit comments

Comments
 (0)