ATLAS Offline Software
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 250 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 251 of file TrigInDetArtSteps.py.

251  def __init__(self, name='TrigInDetRecoData'):
252 # super(TrigInDetRecoData, self).__init__(name)
253  ExecStep.__init__(self, name)
254  self.type = 'athenaHLT'
255  self.job_options = 'TriggerJobOpts.runHLT'
256  self.max_events=-1
257  self.required = True
258  self.threads = 1 # TODO: change to 4
259  self.concurrent_events = 1 # TODO: change to 4
260  self.perfmon = False
261  self.timeout = 18*3600
262  self.input = ''
263  self.perfmon=False
264  self.imf=False
265  self.args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'
266  self.args = '-c "flags.Trigger.forceEnableAllChains=True;flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';from AthenaConfiguration.Enums import BeamType;flags.Beam.Type=BeamType.Cosmics;"'
267  self.args += ' -o output'
268 
269 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetRecoData.args

Definition at line 265 of file TrigInDetArtSteps.py.

◆ concurrent_events

python.TrigInDetArtSteps.TrigInDetRecoData.concurrent_events

Definition at line 259 of file TrigInDetArtSteps.py.

◆ imf

python.TrigInDetArtSteps.TrigInDetRecoData.imf

Definition at line 264 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigInDetRecoData.input

Definition at line 262 of file TrigInDetArtSteps.py.

◆ job_options

python.TrigInDetArtSteps.TrigInDetRecoData.job_options

Definition at line 255 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigInDetRecoData.max_events

Definition at line 256 of file TrigInDetArtSteps.py.

◆ perfmon

python.TrigInDetArtSteps.TrigInDetRecoData.perfmon

Definition at line 260 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetRecoData.required

Definition at line 257 of file TrigInDetArtSteps.py.

◆ threads

python.TrigInDetArtSteps.TrigInDetRecoData.threads

Definition at line 258 of file TrigInDetArtSteps.py.

◆ timeout

python.TrigInDetArtSteps.TrigInDetRecoData.timeout

Definition at line 261 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigInDetRecoData.type

Definition at line 254 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