ATLAS Offline Software
Loading...
Searching...
No Matches
Base_Fragment Namespace Reference

Variables

 generators
 PluginCode
bool USE_PDG_VALUES = False
list recorded = []
 if USE_PDG_VALUES = True, load PDG value of sin2thetaW and particle masses/widths from parameter dictionary located in EvgenProdTools/python/offline_dict.py ToDo: Include partial widths for H/W/Z?
dict defaults
 partonShowerModel
 hadronizationModel
 BaseFragment
 General ATLAS parameters.
dict particledata
str sin2thetaw = '0.23113'
 id
 mass
 width
str _sh_par = "OL_PREFIX="+str(os.environ['OPENLOOPSPATH'])
 OpenLoops parameters.

Variable Documentation

◆ _sh_par

str Base_Fragment._sh_par = "OL_PREFIX="+str(os.environ['OPENLOOPSPATH'])
protected

OpenLoops parameters.

Definition at line 238 of file Sherpa_i/share/common/Base_Fragment.py.

◆ BaseFragment

Base_Fragment.BaseFragment

General ATLAS parameters.

Definition at line 12 of file Sherpa_i/share/common/Base_Fragment.py.

◆ defaults

dict defaults
Initial value:
= {
'6' : [ "MASS[6]=172.5", "WIDTH[6]=1.32" ],
'15' : [ "MASS[15]=1.777", "WIDTH[15]=2.26735e-12" ],
'23' : [ "MASS[23]=91.1876", "WIDTH[23]=2.4952" ],
'24' : [ "MASS[24]=80.399", "WIDTH[24]=2.085" ],
'SIN2THETAW' : [ "SIN2THETAW=0.23113" ],
}

Definition at line 79 of file GeneratorFilters/share/common/Base_Fragment.py.

◆ generators

Base_Fragment.generators

◆ hadronizationModel

Base_Fragment.hadronizationModel

Definition at line 6 of file Sherpa_i/share/common/Base_Fragment.py.

◆ id

Base_Fragment.id

Definition at line 61 of file Sherpa_i/share/common/Base_Fragment.py.

◆ mass

Base_Fragment.mass

Definition at line 61 of file Sherpa_i/share/common/Base_Fragment.py.

◆ particledata

dict Base_Fragment.particledata
Initial value:
= {
'5': {'mass': '4.95', 'width': '0.'}, # mb consistent with McProductionCommonParametersMC15 and https://cds.cern.ch/record/2047636
'6': {'mass': '1.725E+02', 'width': '1.32E+00'},
'15': {'mass': '1.777', 'width': '2.26735e-12'},
'23': {'mass': '91.1876', 'width': '2.4952'},
'24': {'mass': '80.399', 'width': '2.085'},
}

Definition at line 36 of file Sherpa_i/share/common/Base_Fragment.py.

◆ partonShowerModel

Base_Fragment.partonShowerModel

Definition at line 5 of file Sherpa_i/share/common/Base_Fragment.py.

◆ PluginCode

Base_Fragment.PluginCode

◆ recorded

list recorded = []

if USE_PDG_VALUES = True, load PDG value of sin2thetaW and particle masses/widths from parameter dictionary located in EvgenProdTools/python/offline_dict.py ToDo: Include partial widths for H/W/Z?

Definition at line 55 of file GeneratorFilters/share/common/Base_Fragment.py.

◆ sin2thetaw

Base_Fragment.sin2thetaw = '0.23113'

Definition at line 43 of file Sherpa_i/share/common/Base_Fragment.py.

◆ USE_PDG_VALUES

bool USE_PDG_VALUES = False

◆ width

Base_Fragment.width

Definition at line 61 of file Sherpa_i/share/common/Base_Fragment.py.