|
| def | __init__ (self, name=None, menu=None, signatures=None, global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign) |
| |
Provides standard default settings for the MC test execution
Definition at line 40 of file MCExecStep.py.
◆ __init__()
| def MCExecStep.MCBuildStep.__init__ |
( |
|
self, |
|
|
|
name = None, |
|
|
|
menu = None, |
|
|
|
signatures = None, |
|
|
|
global_tag = mcDefaults.global_tag, |
|
|
|
mc_campaign = mcDefaults.mc_campaign |
|
) |
| |
Reimplemented from MCExecStep.MCExecStep.
Definition at line 45 of file MCExecStep.py.
46 self, name=None, menu=None, signatures=None,
47 global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign
49 super(MCBuildStep, self).
__init__(name, menu, signatures, global_tag, mc_campaign)
◆ flags
| MCExecStep.MCExecStep.flags |
|
inherited |
◆ job_options
| MCExecStep.MCExecStep.job_options |
|
inherited |
◆ threads
| MCExecStep.MCBuildStep.threads |
◆ type
| MCExecStep.MCExecStep.type |
|
inherited |
The documentation for this class was generated from the following file: