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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 194 of file TrigInDetArtSteps.py.

194  def __init__(self, name='TrigTZReco'):
195  super(TrigTZReco, self).__init__(name)
196  self.type = 'Reco_tf'
197  tzrecoPreExec = ' '.join([
198  "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
199  "flags.Trigger.AODEDMSet=\'AODFULL\';",
200  ])
201  self.threads = 1
202  self.concurrent_events = 1
203  self.input = ''
204  self.explicit_input = True
205  self.max_events = -1
206  self.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step
207  self.args += ' --outputAODFile=AOD.pool.root'
208  self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
209  self.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
210  self.args += ' --CA'
211 
212 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigTZReco.args

Definition at line 206 of file TrigInDetArtSteps.py.

◆ concurrent_events

python.TrigInDetArtSteps.TrigTZReco.concurrent_events

Definition at line 202 of file TrigInDetArtSteps.py.

◆ explicit_input

python.TrigInDetArtSteps.TrigTZReco.explicit_input

Definition at line 204 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigTZReco.input

Definition at line 203 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigTZReco.max_events

Definition at line 205 of file TrigInDetArtSteps.py.

◆ threads

python.TrigInDetArtSteps.TrigTZReco.threads

Definition at line 201 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigTZReco.type

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