Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
python.TrigInDetArtSteps.TrigInDetRecoData Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigInDetRecoData:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetRecoData:

Public Member Functions

def __init__ (self, name='TrigInDetRecoData')
 

Public Attributes

 type
 
 job_options
 
 max_events
 
 required
 
 threads
 
 concurrent_events
 
 perfmon
 
 timeout
 
 input
 
 imf
 
 args
 

Detailed Description

Definition at line 154 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigInDetArtSteps.TrigInDetRecoData.__init__ (   self,
  name = 'TrigInDetRecoData' 
)

Definition at line 155 of file TrigInDetArtSteps.py.

155  def __init__(self, name='TrigInDetRecoData'):
156 # super(TrigInDetRecoData, self).__init__(name)
157  ExecStep.__init__(self, name)
158  self.type = 'athenaHLT'
159  self.job_options = 'TriggerJobOpts.runHLT'
160  self.max_events=-1
161  self.required = True
162  self.threads = 1 # TODO: change to 4
163  self.concurrent_events = 1 # TODO: change to 4
164  self.perfmon = False
165  self.timeout = 18*3600
166  self.input = ''
167  self.perfmon=False
168  self.imf=False
169  self.args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'
170  self.args = '-c "flags.Trigger.forceEnableAllChains=True;flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';from AthenaConfiguration.Enums import BeamType;flags.Beam.Type=BeamType.Cosmics;"'
171  self.args += ' -o output'
172 
173 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetRecoData.args

Definition at line 169 of file TrigInDetArtSteps.py.

◆ concurrent_events

python.TrigInDetArtSteps.TrigInDetRecoData.concurrent_events

Definition at line 163 of file TrigInDetArtSteps.py.

◆ imf

python.TrigInDetArtSteps.TrigInDetRecoData.imf

Definition at line 168 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigInDetRecoData.input

Definition at line 166 of file TrigInDetArtSteps.py.

◆ job_options

python.TrigInDetArtSteps.TrigInDetRecoData.job_options

Definition at line 159 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigInDetRecoData.max_events

Definition at line 160 of file TrigInDetArtSteps.py.

◆ perfmon

python.TrigInDetArtSteps.TrigInDetRecoData.perfmon

Definition at line 164 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetRecoData.required

Definition at line 161 of file TrigInDetArtSteps.py.

◆ threads

python.TrigInDetArtSteps.TrigInDetRecoData.threads

Definition at line 162 of file TrigInDetArtSteps.py.

◆ timeout

python.TrigInDetArtSteps.TrigInDetRecoData.timeout

Definition at line 165 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigInDetRecoData.type

Definition at line 158 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18