We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GeneratorHF_D2H_ccbar_Mode2_XiC0_XiCplus.C
1 parent 398f465 commit 67f76ccCopy full SHA for 67f76cc
MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_Mode2_XiC0_XiCplus.C
@@ -6,8 +6,17 @@ int External() {
6
7
std::vector<int> checkPdgHadron{4132, 4232};
8
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+
+ {4132, {
+ {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
20
};
21
22
TFile file(path.c_str(), "READ");
0 commit comments