ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.TrigInDetArtSteps.TrigTZReco Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigTZReco:
Collaboration diagram for python.TrigInDetArtSteps.TrigTZReco:

Public Member Functions

def __init__ (self, name='TrigTZReco')
 

Public Attributes

 type
 
 threads
 
 concurrent_events
 
 input
 
 explicit_input
 
 max_events
 
 args
 

Detailed Description

Definition at line 287 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 288 of file TrigInDetArtSteps.py.

288  def __init__(self, name='TrigTZReco'):
289  super(TrigTZReco, self).__init__(name)
290  self.type = 'Reco_tf'
291  tzrecoPreExec = ' '.join([
292  "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
293  "flags.Trigger.AODEDMSet=\'AODFULL\';",
294  ])
295  self.threads = 1
296  self.concurrent_events = 1
297  self.input = ''
298  self.explicit_input = True
299  self.max_events = -1
300  self.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step
301  self.args += ' --outputAODFile=AOD.pool.root'
302  self.args += ' --conditionsTag=\'CONDBR2-BLKPA-2022-08\' --geometryVersion=\'ATLAS-R3S-2021-03-00-00\''
303  self.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
304  self.args += ' --CA'
305 
306 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigTZReco.args

Definition at line 300 of file TrigInDetArtSteps.py.

◆ concurrent_events

python.TrigInDetArtSteps.TrigTZReco.concurrent_events

Definition at line 296 of file TrigInDetArtSteps.py.

◆ explicit_input

python.TrigInDetArtSteps.TrigTZReco.explicit_input

Definition at line 298 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigTZReco.input

Definition at line 297 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigTZReco.max_events

Definition at line 299 of file TrigInDetArtSteps.py.

◆ threads

python.TrigInDetArtSteps.TrigTZReco.threads

Definition at line 295 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigTZReco.type

Definition at line 290 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file:
vtune_athena.format
format
Definition: vtune_athena.py:14
python.DumperConfig.find_file
def find_file(fname, refPaths)
Definition: DumperConfig.py:14
TCS::join
std::string join(const std::vector< std::string > &v, const char c=',')
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/Root/StringUtils.cxx:10
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18