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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 219 of file TrigInDetArtSteps.py.

219  def __init__(self, name='TrigInDetAna', extraArgs=None):
220  ExecStep.__init__(self, name )
221  self.type = 'other'
222  self.executable = 'python'
223  self.args = ' -m TrigInDetValidation.TrigInDetValidation_AODtoTrkNtuple_CA '
224  self.max_events=-1
225  self.required = True
226  self.depends_on_previous = True
227  #self.input = 'AOD.pool.root'
228  self.input = ''
229  if extraArgs is not None:
230  self.args += extraArgs
231 
232 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetAna.args

Definition at line 223 of file TrigInDetArtSteps.py.

◆ depends_on_previous

python.TrigInDetArtSteps.TrigInDetAna.depends_on_previous

Definition at line 226 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigInDetAna.executable

Definition at line 222 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigInDetAna.input

Definition at line 228 of file TrigInDetArtSteps.py.

◆ max_events

python.TrigInDetArtSteps.TrigInDetAna.max_events

Definition at line 224 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetAna.required

Definition at line 225 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigInDetAna.type

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