![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='DownloadRef') | |
| configure (self, test) | |
Public Attributes | |
| str | executable = 'art.py' |
| str | args = 'download' |
| artpackage = None | |
| str | artjobname = None |
| int | timeout = 20*60 |
| bool | required = True |
| bool | auto_report_result = True |
Execute art.py download to get results from previous days
Definition at line 414 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.DownloadRefStep.__init__ | ( | self, | |
| name = 'DownloadRef' ) |
Definition at line 417 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.DownloadRefStep.configure | ( | self, | |
| test ) |
Definition at line 427 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.DownloadRefStep.args = 'download' |
Definition at line 420 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.DownloadRefStep.artjobname = None |
Definition at line 422 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.DownloadRefStep.artpackage = None |
Definition at line 421 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.DownloadRefStep.auto_report_result = True |
Definition at line 425 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.DownloadRefStep.executable = 'art.py' |
Definition at line 419 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.DownloadRefStep.required = True |
Definition at line 424 of file CheckSteps.py.
| int python.TrigValSteering.CheckSteps.DownloadRefStep.timeout = 20*60 |
Definition at line 423 of file CheckSteps.py.