ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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

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

Public Attributes

 type
 
 executable
 
 args
 
 max_events
 
 required
 
 depends_on_previous
 
 input
 

Detailed Description

Additional exec (athena) steps - AOD to TrkNtuple.

Definition at line 204 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 205 of file TrigInDetArtSteps.py.

205  def __init__(self, name='TrigInDetAna', extraArgs=None):
206  ExecStep.__init__(self, name )
207  self.type = 'other'
208  self.executable = 'python'
209  self.args = ' -m TrigInDetValidation.TrigInDetValidation_AODtoTrkNtuple_CA '
210  self.max_events=-1
211  self.required = True
212  self.depends_on_previous = True
213  #self.input = 'AOD.pool.root'
214  self.input = ''
215  if extraArgs is not None:
216  self.args += extraArgs
217 
218 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetAna.args

Definition at line 209 of file TrigInDetArtSteps.py.

◆ depends_on_previous

python.TrigInDetArtSteps.TrigInDetAna.depends_on_previous

Definition at line 212 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigInDetAna.executable

Definition at line 208 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigInDetAna.input

Definition at line 214 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigInDetAna.max_events

Definition at line 210 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetAna.required

Definition at line 211 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigInDetAna.type

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