![]() |
ATLAS Offline Software
|
Variables | |
particle_params = parameters.get("particles") | |
Particle masses and widths. More... | |
ew_params = parameters.get("EW_parameters") | |
Only the top quark, the leptons and the bosons are applied. More... | |
verph8str = str(os.environ['PYTHIA8VER'])[:3] | |
Revert the recoil strategy to the old default of 1, ie. More... | |
verph8 = int(verph8str) | |
Pythia8_Base_Fragment.ew_params = parameters.get("EW_parameters") |
Only the top quark, the leptons and the bosons are applied.
SM electroweak parameters
Definition at line 30 of file Pythia8_Base_Fragment.py.
Pythia8_Base_Fragment.particle_params = parameters.get("particles") |
Particle masses and widths.
Definition at line 17 of file Pythia8_Base_Fragment.py.
Pythia8_Base_Fragment.verph8 = int(verph8str) |
Definition at line 65 of file Pythia8_Base_Fragment.py.
Pythia8_Base_Fragment.verph8str = str(os.environ['PYTHIA8VER'])[:3] |
Revert the recoil strategy to the old default of 1, ie.
'recoil to color' In 8.314, the default option was changed to 0, 'recoil to top' and we revert it back unless 'recoil to top' is explicitly needed for the samples. This flag was introduced in 8.310, and the reverting back is done for versions >8.314.
Definition at line 64 of file Pythia8_Base_Fragment.py.