Skip to content

Commit 6093c1f

Browse files
committed
Update test macro
1 parent a2e65c9 commit 6093c1f

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

‎MC/config/PWGHF/ini/tests/GeneratorHF_D2H_bbbar_Bforced_gap5_Mode2.C‎

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

77
std::vector<int> checkPdgHadron{411, 421, 431, 4122, 4132, 4232, 4332, 511, 521, 531, 5122};
88
std::map<int, std::vector<std::vector<int>>> checkHadronDecays{ // sorted pdg of daughters
9-
{411, {{-321, 211, 211}, {-313, 211}, {211, 311}, {211, 333}}}, // D+
9+
{411, {{-321, 211, 211}, {-313, 211}, {211, 333}}}, // D+
1010
{421, {{-321, 211}, {-321, 111, 211}}}, // D0
1111
{431, {{211, 333}, {-313, 321}}}, // Ds+
12-
{4122, {{-313, 2212}, {-321, 2224}, {211, 102134}, {-321, 211, 2212}, {311, 2212}}}, // Lc+
13-
{4132, {{211, 3312}}}, // Xic0
14-
{4232, {{-313, 2212}, {-321, 3324}, {211, 211, 3312}, {-321, 211, 2212}}}, // Xic+
15-
{4332, {{211, 3334}}}, // Omegac+
16-
{511, {{-411, 211}, {-413, 211}, {-411, 213}, {431, -211}}}, // B0
17-
{521, {{-421, 211}, {-423, 211}, {-421, 213}}}, // B+
12+
{4122, {{-313, 2212}, {-321, 2224}, {211, 102134}, {-321, 211, 2212}}}, // Lc+
13+
{511, {{-411, 211}, {-413, 211}, {-411, 213}, {-411, 321}, {-413, 213}, {-413, 321}}}, // B0
14+
{521, {{-421, 211}, {-423, 211}, {-421, 213}, {-421, 321}}}, // B+
1815
{531, {{-431, 211}, {-433, 211}, {-431, 213}}}, // Bs0
19-
{5122, {{4122, -211}, {4122, -213}, {4122, 211, -211, -211}, {4212, -211}}} // Lb0
16+
{5122, {{4122, -211}, {4122, -213}, {14122, -211}, {4124, -211}, {4212, -211}}} // Lb0
2017
};
2118

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

‎MC/config/PWGHF/pythia8/generator/pythia8_beautyhadronic_with_decays_Mode2.cfg‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ BeamRemnants:saturation 5
109109

110110
### Force also golden beauty hadrons decay modes for D2H studies
111111
### add B0 decays
112-
511:oneChannel = 1 0.4 0 -411 211
113-
511:addChannel = 1 0.4 0 -413 211
112+
511:oneChannel = 1 0.35 0 -411 211
113+
511:addChannel = 1 0.35 0 -413 211
114114
### add B+ decays
115115
521:oneChannel = 1 0.7 0 -421 211
116116
### add Bs0 decays
@@ -121,7 +121,9 @@ BeamRemnants:saturation 5
121121
### we also add channels useful for studies of partly reconstructed decays / correlated backgrounds
122122
### add B0 decays
123123
511:addChannel = 1 0.1 0 -411 213
124-
511:addChannel = 1 0.1 0 -411 321
124+
511:addChannel = 1 0.1 0 -413 213
125+
511:addChannel = 1 0.05 0 -411 321
126+
511:addChannel = 1 0.05 0 -411 321
125127
### add B+ decays
126128
521:addChannel = 1 0.1 0 -421 213
127129
521:addChannel = 1 0.1 0 -423 211

0 commit comments

Comments
 (0)