![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name=None) | |
| run (self, dry_run=False) | |
Public Attributes | |
| input_file = None | |
| name | |
| int | result = 1 |
| auto_report_result | |
Base class for steps executed only if the input file exists
Definition at line 96 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.__init__ | ( | self, | |
| name = None ) |
Definition at line 99 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.run | ( | self, | |
| dry_run = False ) |
Reimplemented in python.TrigValSteering.CheckSteps.CheckFileStep.
Definition at line 103 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.auto_report_result |
Definition at line 108 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.input_file = None |
Definition at line 101 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.name |
Definition at line 106 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.InputDependentStep.result = 1 |
Definition at line 107 of file CheckSteps.py.