|
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 52 of file MCExecStep.py.
◆ __init__()
def MCExecStep.MCGridStep.__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 57 of file MCExecStep.py.
58 self, name=None, menu=None, signatures=None,
59 global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign,
61 super(MCGridStep, self).
__init__(name, menu, signatures, global_tag, mc_campaign)
63 self.concurrent_events = 8
◆ concurrent_events
MCExecStep.MCGridStep.concurrent_events |
◆ flags
MCExecStep.MCExecStep.flags |
|
inherited |
◆ job_options
MCExecStep.MCExecStep.job_options |
|
inherited |
◆ threads
MCExecStep.MCGridStep.threads |
◆ type
MCExecStep.MCExecStep.type |
|
inherited |
The documentation for this class was generated from the following file: