![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='CheckFile', input_file='AOD.pool.root') | |
| configure (self, test) | |
| run (self, dry_run=False) | |
Public Attributes | |
| str | executable = 'checkFile.py,checkxAOD.py' |
| args = f | |
| str | log_file_name = f + '.' + ''.join(ex_base) |
| input_file = None | |
| name | |
| int | result = 1 |
| auto_report_result | |
Private Attributes | |
| list | __executables__ = None |
| list | __input_files__ = None |
Execute checkFile and checkxAOD for POOL files. executable and input_file can have multiple comma-separated values
Definition at line 519 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckFileStep.__init__ | ( | self, | |
| name = 'CheckFile', | |||
| input_file = 'AOD.pool.root' ) |
Definition at line 525 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckFileStep.configure | ( | self, | |
| test ) |
Definition at line 532 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckFileStep.run | ( | self, | |
| dry_run = False ) |
Reimplemented from python.TrigValSteering.CheckSteps.InputDependentStep.
Definition at line 545 of file CheckSteps.py.
|
private |
Definition at line 529 of file CheckSteps.py.
|
private |
Definition at line 530 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.CheckFileStep.args = f |
Definition at line 552 of file CheckSteps.py.
|
inherited |
Definition at line 108 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.CheckFileStep.executable = 'checkFile.py,checkxAOD.py' |
Definition at line 528 of file CheckSteps.py.
|
inherited |
Definition at line 101 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.CheckFileStep.log_file_name = f + '.' + ''.join(ex_base) |
Definition at line 554 of file CheckSteps.py.
|
inherited |
Definition at line 106 of file CheckSteps.py.
|
inherited |
Definition at line 107 of file CheckSteps.py.