ATLAS Offline Software
|
Class for handling commands to modify the generator configuration. More...
Public Member Functions | |
def | __init__ (self) |
def | lock (self) |
def | add (self, commands) |
Public Attributes | |
commands | |
locked | |
Static Private Attributes | |
def | __iadd__ = add |
Class for handling commands to modify the generator configuration.
The specific purpose of this class is to provide a mechanism for the locking of the generator configuration after the creation of the Herwig7 input file. The input file gets written upon execution of onoe of the run or build functions of the specific generator configuration object. Beyond this point no further modification of the configuration in the job options can be propagated and used in the Herwig7 run.
Definition at line 23 of file Herwig7Utils.py.
def Herwig7Utils.ConfigurationCommands.__init__ | ( | self | ) |
Definition at line 25 of file Herwig7Utils.py.
def Herwig7Utils.ConfigurationCommands.add | ( | self, | |
commands | |||
) |
Definition at line 32 of file Herwig7Utils.py.
def Herwig7Utils.ConfigurationCommands.lock | ( | self | ) |
Definition at line 29 of file Herwig7Utils.py.
|
staticprivate |
Definition at line 39 of file Herwig7Utils.py.
Herwig7Utils.ConfigurationCommands.commands |
Definition at line 26 of file Herwig7Utils.py.
Herwig7Utils.ConfigurationCommands.locked |
Definition at line 27 of file Herwig7Utils.py.