![]() |
ATLAS Offline Software
|
Functions | |
| set_SM_params (class_instance, FourFS=False) | |
| set_top_params (class_instance, mTop=172.5, FourFS=False) | |
| set_higgs_params (class_instance) | |
| do_PMG_updates (class_instance) | |
| check_PMG_updates (class_instance) | |
| get_PMG_updates (class_instance) | |
| get_masses (paramDict) | |
| get_widths (paramDict) | |
| get_block (paramDict, block_name) | |
Variables | |
| mgparlog = Logging.logging.getLogger('MadGraphParamHelpers') | |
| python.MGClassParamHelpers.check_PMG_updates | ( | class_instance | ) |
Check if the param card is consistent with the PMG values Takes a process directory Prints info in case there is an inconsistency Return value is an error code (0 for all ok)
Definition at line 122 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.do_PMG_updates | ( | class_instance | ) |
Update the parameters according to PMG defaults Takes a process directory No return value -- updates the param card in place
Definition at line 113 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.get_block | ( | paramDict, | |
| block_name ) |
Function to get values from a block in the param card Takes the location of a param card and block name Returns a dictionary of key--value for that block
Definition at line 217 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.get_masses | ( | paramDict | ) |
Function to get the masses from a param card Takes the location of a param card Returns a dictionary of PID key, mass (string) values
Definition at line 191 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.get_PMG_updates | ( | class_instance | ) |
Get the required PMG parameter updates Takes the location of a process directory Returns the dictionary of changes needed for updating to the default params
Definition at line 137 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.get_widths | ( | paramDict | ) |
Function to get the widths from a param card Takes the location of a param card Returns a dictionary of PID key, width (string) values
Definition at line 205 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.set_higgs_params | ( | class_instance | ) |
Set Higgs mass and decays BR from the Higgs XSec working group for a 125.0 GeV Higgs https://twiki.cern.ch/twiki/pub/LHCPhysics/LHCHXSWGBRs/BR.central.dat
Definition at line 89 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.set_SM_params | ( | class_instance, | |
| FourFS = False ) |
Set default SM parameters Recommended parameter page from PMG: https://twiki.cern.ch/twiki/bin/view/AtlasProtected/McProductionCommonParametersMC15
Definition at line 8 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.set_top_params | ( | class_instance, | |
| mTop = 172.5, | |||
| FourFS = False ) |
Set default parameters requested by the top group This is a convenience helper function Recommended parameter page from PMG: https://twiki.cern.ch/twiki/bin/view/AtlasProtected/McProductionCommonParametersMC15
Definition at line 49 of file MGClassParamHelpers.py.
| python.MGClassParamHelpers.mgparlog = Logging.logging.getLogger('MadGraphParamHelpers') |
Definition at line 6 of file MGClassParamHelpers.py.