|
| | __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__()
| MCExecStep.MCBuildStep.__init__ |
( |
| self, |
|
|
| name = None, |
|
|
| menu = None, |
|
|
| signatures = None, |
|
|
| global_tag = mcDefaults.global_tag, |
|
|
| mc_campaign = mcDefaults.mc_campaign ) |
Definition at line 45 of file MCExecStep.py.
48 ):
49 super(MCBuildStep, self).__init__(name, menu, signatures, global_tag, mc_campaign)
50 self.threads = 1
51
◆ flags
| list MCExecStep.MCExecStep.flags |
|
inherited |
Initial value:= [
f'Trigger.triggerMenuSetup="{menu}"',
f'IOVDb.GlobalTag="{global_tag}"'
]
Definition at line 30 of file MCExecStep.py.
◆ job_options
| str MCExecStep.MCExecStep.job_options = 'TriggerJobOpts/runHLT.py' |
|
inherited |
◆ threads
| int MCExecStep.MCBuildStep.threads = 1 |
◆ type
| str MCExecStep.MCExecStep.type = 'athena' |
|
inherited |
The documentation for this class was generated from the following file: