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
 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 236 of file Sherpa_i/share/common/Base_Fragment.py.

◆ BaseFragment

Base_Fragment.BaseFragment

General ATLAS parameters.

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

◆ defaults

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

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

◆ generators

Base_Fragment.generators

◆ id

Base_Fragment.id

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

◆ mass

Base_Fragment.mass

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

◆ particledata

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

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

◆ PluginCode

Base_Fragment.PluginCode

◆ recorded

list Base_Fragment.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 41 of file Sherpa_i/share/common/Base_Fragment.py.

◆ USE_PDG_VALUES

bool Base_Fragment.USE_PDG_VALUES = False

◆ width

Base_Fragment.width

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