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.
checkPdgHadron
1 parent 3fb38d1 commit 1cceee3Copy full SHA for 1cceee3
MC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_and_bbbar_PbPb_corrBkg.C
@@ -6,7 +6,7 @@ int External() {
6
int checkPdgQuarkTwo{5};
7
float ratioTrigger = 1.; // one event triggered out of 1
8
9
- std::vector<int> checkPdgHadron{411, 421, 431, 4122, 4132, 4232, 4332};
+ std::vector<int> checkPdgHadron{411, 421, 431, 4122, 4232};
10
std::map<int, std::vector<std::vector<int>>> checkHadronDecays{ // sorted pdg of daughters
11
{421, {
12
{-321, 211}, // D0 -> K-, pi+
@@ -67,15 +67,6 @@ int External() {
67
{3222, -211, 211}, // Xic+ -> Sigma+, pi-, pi+
68
{3324, 211}, // Xic+ -> Xi(1530)0, pi+
69
}},
70
-
71
- {4132, {
72
- {3312, 211}, // Xic0 -> Xi-, pi+
73
- }},
74
75
- {4332, {
76
- {3334, 211}, // Omegac0 -> Omega-, pi+
77
- {3312, 211}, // Omegac0 -> Xi-, pi+
78
79
};
80
81
TFile file(path.c_str(), "READ");
0 commit comments