Skip to content

Commit 1cceee3

Browse files
committed
remove the Xic0(4132) and OmegaC(4332) from the vector checkPdgHadron, and correspongding decay channels
1 parent 3fb38d1 commit 1cceee3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ int External() {
66
int checkPdgQuarkTwo{5};
77
float ratioTrigger = 1.; // one event triggered out of 1
88

9-
std::vector<int> checkPdgHadron{411, 421, 431, 4122, 4132, 4232, 4332};
9+
std::vector<int> checkPdgHadron{411, 421, 431, 4122, 4232};
1010
std::map<int, std::vector<std::vector<int>>> checkHadronDecays{ // sorted pdg of daughters
1111
{421, {
1212
{-321, 211}, // D0 -> K-, pi+
@@ -67,15 +67,6 @@ int External() {
6767
{3222, -211, 211}, // Xic+ -> Sigma+, pi-, pi+
6868
{3324, 211}, // Xic+ -> Xi(1530)0, pi+
6969
}},
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-
}},
7970
};
8071

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

0 commit comments

Comments
 (0)