ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigInDetArtSteps.TrigCostStep Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigCostStep:
Collaboration diagram for python.TrigInDetArtSteps.TrigCostStep:

Public Member Functions

 __init__ (self, name='TrigCostStep')

Public Attributes

bool required = True
bool depends_on_previous = True
str input = 'tmp.RDO_TRIG'
str args = ' --monitorChainAlgorithm --MCCrossSection=0.5 Input.Files=\'["tmp.RDO_TRIG"]\' '
str executable = 'RunTrigCostAnalysis.py'

Detailed Description

Definition at line 141 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

str python.TrigInDetArtSteps.TrigCostStep.args = ' --monitorChainAlgorithm --MCCrossSection=0.5 Input.Files=\'["tmp.RDO_TRIG"]\' '

Definition at line 147 of file TrigInDetArtSteps.py.

◆ depends_on_previous

bool python.TrigInDetArtSteps.TrigCostStep.depends_on_previous = True

Definition at line 145 of file TrigInDetArtSteps.py.

◆ executable

str python.TrigInDetArtSteps.TrigCostStep.executable = 'RunTrigCostAnalysis.py'

Definition at line 148 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigCostStep.input = 'tmp.RDO_TRIG'

Definition at line 146 of file TrigInDetArtSteps.py.

◆ required

bool python.TrigInDetArtSteps.TrigCostStep.required = True

Definition at line 144 of file TrigInDetArtSteps.py.


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