ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigInDetArtSteps.TrigTZReco Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigTZReco:
Collaboration diagram for python.TrigInDetArtSteps.TrigTZReco:

Public Member Functions

 __init__ (self, name='TrigTZReco')

Public Attributes

str type = 'Reco_tf'
int threads = 1
int concurrent_events = 1
str input = ''
bool explicit_input = True
int max_events = -1
str args = '--inputBSFile=' + find_file('*.physics_Main.*.data')

Detailed Description

Definition at line 178 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 179 of file TrigInDetArtSteps.py.

179 def __init__(self, name='TrigTZReco'):
180 super(TrigTZReco, self).__init__(name)
181 self.type = 'Reco_tf'
182 tzrecoPreExec = ' '.join([
183 "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
184 "flags.Trigger.AODEDMSet=\'AODFULL\';",
185 ])
186 self.threads = 1
187 self.concurrent_events = 1
188 self.input = ''
189 self.explicit_input = True
190 self.max_events = -1
191 self.args = '--inputBSFile=' + find_file('*.physics_Main.*.data') # output of the previous step
192 self.args += ' --outputAODFile=AOD.pool.root'
193 self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
194 self.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
195 self.args += ' --CA'
196
197

Member Data Documentation

◆ args

str python.TrigInDetArtSteps.TrigTZReco.args = '--inputBSFile=' + find_file('*.physics_Main.*.data')

Definition at line 191 of file TrigInDetArtSteps.py.

◆ concurrent_events

int python.TrigInDetArtSteps.TrigTZReco.concurrent_events = 1

Definition at line 187 of file TrigInDetArtSteps.py.

◆ explicit_input

bool python.TrigInDetArtSteps.TrigTZReco.explicit_input = True

Definition at line 189 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigTZReco.input = ''

Definition at line 188 of file TrigInDetArtSteps.py.

◆ max_events

int python.TrigInDetArtSteps.TrigTZReco.max_events = -1

Definition at line 190 of file TrigInDetArtSteps.py.

◆ threads

int python.TrigInDetArtSteps.TrigTZReco.threads = 1

Definition at line 186 of file TrigInDetArtSteps.py.

◆ type

str python.TrigInDetArtSteps.TrigTZReco.type = 'Reco_tf'

Definition at line 181 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file: