ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigInDetArtSteps.TrigInDetAna Class Reference

Additional exec (athena) steps - AOD to TrkNtuple. More...

Inheritance diagram for python.TrigInDetArtSteps.TrigInDetAna:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetAna:

Public Member Functions

 __init__ (self, name='TrigInDetAna', extraArgs=None)

Public Attributes

str type = 'other'
str executable = 'python'
str args = ' -m TrigInDetValidation.TrigInDetValidation_AODtoTrkNtuple_CA '
int max_events = -1
bool required = True
bool depends_on_previous = True
str input = ''

Detailed Description

Additional exec (athena) steps - AOD to TrkNtuple.

Definition at line 122 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

python.TrigInDetArtSteps.TrigInDetAna.__init__ ( self,
name = 'TrigInDetAna',
extraArgs = None )

Definition at line 123 of file TrigInDetArtSteps.py.

123 def __init__(self, name='TrigInDetAna', extraArgs=None):
124 ExecStep.__init__(self, name )
125 self.type = 'other'
126 self.executable = 'python'
127 self.args = ' -m TrigInDetValidation.TrigInDetValidation_AODtoTrkNtuple_CA '
128 self.max_events=-1
129 self.required = True
130 self.depends_on_previous = True
131 #self.input = 'AOD.pool.root'
132 self.input = ''
133 if extraArgs is not None:
134 self.args += extraArgs
135
136

Member Data Documentation

◆ args

str python.TrigInDetArtSteps.TrigInDetAna.args = ' -m TrigInDetValidation.TrigInDetValidation_AODtoTrkNtuple_CA '

Definition at line 127 of file TrigInDetArtSteps.py.

◆ depends_on_previous

bool python.TrigInDetArtSteps.TrigInDetAna.depends_on_previous = True

Definition at line 130 of file TrigInDetArtSteps.py.

◆ executable

str python.TrigInDetArtSteps.TrigInDetAna.executable = 'python'

Definition at line 126 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigInDetAna.input = ''

Definition at line 132 of file TrigInDetArtSteps.py.

◆ max_events

int python.TrigInDetArtSteps.TrigInDetAna.max_events = -1

Definition at line 128 of file TrigInDetArtSteps.py.

◆ required

bool python.TrigInDetArtSteps.TrigInDetAna.required = True

Definition at line 129 of file TrigInDetArtSteps.py.

◆ type

str python.TrigInDetArtSteps.TrigInDetAna.type = 'other'

Definition at line 125 of file TrigInDetArtSteps.py.


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