Skip to content

Commit 67f76cc

Browse files
committed
Update the decay channels for GeneratorHF_D2H_ccbar_Mode2_XiC0_XiCplus.C
1 parent 398f465 commit 67f76cc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_XiC0_XiCplus.C

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ int External() {
66

77
std::vector<int> checkPdgHadron{4132, 4232};
88
std::map<int, std::vector<std::vector<int>>> checkHadronDecays{ // sorted pdg of daughters
9-
{4132, {{211, 3312}}}, // Xic0
10-
{4232, {{-313, 2212}, {-321, 3324}, {211, 211, 3312}, {-321, 211, 2212}}} // Xic+
9+
{4132, {
10+
{3312, 211}, // Xic0 -> Xi-, pi+
11+
}},
12+
{4232, {
13+
{2212, -321, 211}, // Xic+ -> p, K-, pi+
14+
{2212, -313}, // Xic+ -> p, Kbar^*(892)0
15+
{3312, 211, 211}, // Xic+ -> Xi-, pi+, pi+
16+
{2212, 333}, // Xic+ -> p, phi(1020)0
17+
{3222, -211, 211}, // Xic+ -> Sigma+, pi-, pi+
18+
{3324, 211}, // Xic+ -> Xi(1530)0, pi+
19+
}},
1120
};
1221

1322
TFile file(path.c_str(), "READ");

0 commit comments

Comments
 (0)