ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_SMHiggs125_inc.py
Go to the documentation of this file.
1# SM Higgs H->inclusive BR, taken from YR4 mH=125 GeV
2# https://gitlab.cern.ch/LHCHIGGSXS/LHCHXSWG1/YR4/-/blob/master/Higgs_XSBR_YR4.xlsx?ref_type=heads
3# this is needed as the Pythia defaults can be out-dated.
4genSeq.Pythia8.Commands += [ '25:onMode = off',
5 '25:oneChannel = 1 0.00000 100 3 -3', # H->ss, no recommendations
6 '25:addChannel = 1 0.02891 100 4 -4', # H->cc,
7 '25:addChannel = 1 0.5824 100 5 -5', # H->bb,
8 '25:addChannel = 1 0.00000 100 6 -6', # H->tt, zero.
9 '25:addChannel = 1 0.0002176 100 13 -13', # H->mumu,
10 '25:addChannel = 1 0.06272 100 15 -15', # H->tautau
11 '25:addChannel = 1 0.08187 100 21 21', # H->gg
12 '25:addChannel = 1 0.002270 100 22 22', # H->yy
13 '25:addChannel = 1 0.001533 100 22 23', # H->Zy
14 '25:addChannel = 1 0.02619 100 23 23', # H->ZZ
15 '25:addChannel = 1 0.2137 100 24 -24', # H->WW
16]