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 236 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 237 of file TrigInDetArtSteps.py.

237  def __init__(self, name='TrigInDetRecoData'):
238 # super(TrigInDetRecoData, self).__init__(name)
239  ExecStep.__init__(self, name)
240  self.type = 'athenaHLT'
241  self.job_options = 'TriggerJobOpts.runHLT'
242  self.max_events=-1
243  self.required = True
244  self.threads = 1 # TODO: change to 4
245  self.concurrent_events = 1 # TODO: change to 4
246  self.perfmon = False
247  self.timeout = 18*3600
248  self.input = ''
249  self.perfmon=False
250  self.imf=False
251  self.args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'
252  self.args = '-c "flags.Trigger.forceEnableAllChains=True;flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';from AthenaConfiguration.Enums import BeamType;flags.Beam.Type=BeamType.Cosmics;"'
253  self.args += ' -o output'
254 
255 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetRecoData.args

Definition at line 251 of file TrigInDetArtSteps.py.

◆ concurrent_events

python.TrigInDetArtSteps.TrigInDetRecoData.concurrent_events

Definition at line 245 of file TrigInDetArtSteps.py.

◆ imf

python.TrigInDetArtSteps.TrigInDetRecoData.imf

Definition at line 250 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigInDetRecoData.input

Definition at line 248 of file TrigInDetArtSteps.py.

◆ job_options

python.TrigInDetArtSteps.TrigInDetRecoData.job_options

Definition at line 241 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigInDetRecoData.max_events

Definition at line 242 of file TrigInDetArtSteps.py.

◆ perfmon

python.TrigInDetArtSteps.TrigInDetRecoData.perfmon

Definition at line 246 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetRecoData.required

Definition at line 243 of file TrigInDetArtSteps.py.

◆ threads

python.TrigInDetArtSteps.TrigInDetRecoData.threads

Definition at line 244 of file TrigInDetArtSteps.py.

◆ timeout

python.TrigInDetArtSteps.TrigInDetRecoData.timeout

Definition at line 247 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigInDetRecoData.type

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