Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
python.TrigInDetArtSteps.TrigCostStep Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigCostStep:
Collaboration diagram for python.TrigInDetArtSteps.TrigCostStep:

Public Member Functions

def __init__ (self, name='TrigCostStep')
 

Public Attributes

 required
 
 depends_on_previous
 
 input
 
 args
 
 executable
 

Detailed Description

Definition at line 141 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigInDetArtSteps.TrigCostStep.__init__ (   self,
  name = 'TrigCostStep' 
)

Definition at line 142 of file TrigInDetArtSteps.py.

142  def __init__(self, name='TrigCostStep'):
143  super(TrigCostStep, self).__init__(name)
144  self.required = True
145  self.depends_on_previous = True
146  self.input = 'tmp.RDO_TRIG'
147  self.args = ' --monitorChainAlgorithm --MCCrossSection=0.5 Input.Files=\'["tmp.RDO_TRIG"]\' '
148  self.executable = 'RunTrigCostAnalysis.py'
149 
150 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigCostStep.args

Definition at line 147 of file TrigInDetArtSteps.py.

◆ depends_on_previous

python.TrigInDetArtSteps.TrigCostStep.depends_on_previous

Definition at line 145 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigCostStep.executable

Definition at line 148 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigCostStep.input

Definition at line 146 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigCostStep.required

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