ATLAS Offline Software
Public Member Functions | List of all members
python.TrigInDetArtSteps.TrigInDetReco Class Reference

Exec (athena) steps for Reco_tf. More...

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

Public Member Functions

def __init__ (self, name='TrigInDetReco', postinclude_file='', preinclude_file='', useCA_Reco=False)
 

Detailed Description

Exec (athena) steps for Reco_tf.

Definition at line 24 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigInDetArtSteps.TrigInDetReco.__init__ (   self,
  name = 'TrigInDetReco',
  postinclude_file = '',
  preinclude_file = '',
  useCA_Reco = False 
)

Definition at line 26 of file TrigInDetArtSteps.py.

26  def __init__(self, name='TrigInDetReco', postinclude_file='', preinclude_file='', useCA_Reco=False ):
27  ExecStep.__init__(self, name)

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