Skip to content

Commit ac4bd31

Browse files
committed
Updates for bbbar
1 parent 67f76cc commit ac4bd31

6 files changed

+16
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark{5};
55

66
int checkPdgHadron{4332};
77
int checkHadronDecays{0};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark{5};
55

66
int checkPdgHadron{4332};
77
int checkHadronDecays{0};

MC/config/PWGHF/ini/tests/GeneratorHF_D2H_bbbar_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");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark{5};
55

66
int checkPdgHadron{4132};
77
int checkHadronDecays{0};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark{5};
55

66
int checkPdgHadron{4132};
77
int checkHadronDecays{0};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
int checkPdgQuarkOne = 5;
4+
int checkPdgQuark{5};
55

66
int checkPdgHadron{4232};
77
int checkHadronDecays{0};

0 commit comments

Comments
 (0)