ATLAS Offline Software
Loading...
Searching...
No Matches
MCExecStep.MCGridStep Class Reference
Inheritance diagram for MCExecStep.MCGridStep:
Collaboration diagram for MCExecStep.MCGridStep:

Public Member Functions

 __init__ (self, name=None, menu=None, signatures=None, global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign)

Public Attributes

int threads = 8
int concurrent_events = 8
str type = 'athena'
str job_options = 'TriggerJobOpts/runHLT.py'
list flags

Detailed Description

Provides standard default settings for the MC test execution

Definition at line 52 of file MCExecStep.py.

Constructor & Destructor Documentation

◆ __init__()

MCExecStep.MCGridStep.__init__ ( self,
name = None,
menu = None,
signatures = None,
global_tag = mcDefaults.global_tag,
mc_campaign = mcDefaults.mc_campaign )

Definition at line 57 of file MCExecStep.py.

60 ):
61 super(MCGridStep, self).__init__(name, menu, signatures, global_tag, mc_campaign)
62 self.threads = 8
63 self.concurrent_events = 8

Member Data Documentation

◆ concurrent_events

int MCExecStep.MCGridStep.concurrent_events = 8

Definition at line 63 of file MCExecStep.py.

◆ 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

Definition at line 27 of file MCExecStep.py.

◆ threads

int MCExecStep.MCGridStep.threads = 8

Definition at line 62 of file MCExecStep.py.

◆ type

str MCExecStep.MCExecStep.type = 'athena'
inherited

Definition at line 26 of file MCExecStep.py.


The documentation for this class was generated from the following file: