Definition at line 141 of file TrigInDetArtSteps.py.
◆ __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
◆ args
| str python.TrigInDetArtSteps.TrigCostStep.args = ' --monitorChainAlgorithm --MCCrossSection=0.5 Input.Files=\'["tmp.RDO_TRIG"]\' ' |
◆ depends_on_previous
| bool python.TrigInDetArtSteps.TrigCostStep.depends_on_previous = True |
◆ executable
| str python.TrigInDetArtSteps.TrigCostStep.executable = 'RunTrigCostAnalysis.py' |
◆ input
| str python.TrigInDetArtSteps.TrigCostStep.input = 'tmp.RDO_TRIG' |
◆ required
| bool python.TrigInDetArtSteps.TrigCostStep.required = True |
The documentation for this class was generated from the following file: