ATLAS Offline Software
|
Configuration class for built-in / "old-style" matrix elements. More...
Public Member Functions | |
def | __init__ (self, genSeq, runArgs, run_name="Herwig", beams="pp") |
def | local_pre_commands (self) |
def | local_post_commands (self) |
def | run (self, shower_var=True) |
High-level function for triggering the process setup and the event generation. More... | |
def | powheg_commands () |
Public Attributes | |
beams | |
provide variables initialized by the parent class More... | |
Configuration class for built-in / "old-style" matrix elements.
Example JobOptions are available in examples/BuiltinME
and tests/athenaBuiltinMEs/jobOptions
.
Definition at line 16 of file Herwig7ConfigBuiltinME.py.
def Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.__init__ | ( | self, | |
genSeq, | |||
runArgs, | |||
run_name = "Herwig" , |
|||
beams = "pp" |
|||
) |
Definition at line 19 of file Herwig7ConfigBuiltinME.py.
def Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.local_post_commands | ( | self | ) |
Definition at line 41 of file Herwig7ConfigBuiltinME.py.
def Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.local_pre_commands | ( | self | ) |
Definition at line 31 of file Herwig7ConfigBuiltinME.py.
def Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.powheg_commands | ( | ) |
Definition at line 80 of file Herwig7ConfigBuiltinME.py.
def Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.run | ( | self, | |
shower_var = True |
|||
) |
High-level function for triggering the process setup and the event generation.
run()
function as the modified settings would not be applied in the event generation Definition at line 57 of file Herwig7ConfigBuiltinME.py.
Herwig7ConfigBuiltinME.Hw7ConfigBuiltinME.beams |
provide variables initialized by the parent class
Definition at line 28 of file Herwig7ConfigBuiltinME.py.