![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='ExtractExpertMonitoring') | |
| configure (self, test) | |
Public Attributes | |
| input_file = None | |
| path_prefix = None | |
| str | executable = 'rootcp' |
| str | args = '--recreate -r' |
| output_stream = Step.Step.OutputStream.STDOUT_ONLY | |
Step which extracts the EXPERT directory from an online monitoring file produced by OH server into an offline-like expert-monitoring.root
Definition at line 90 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.ExtractExpertMonitoring.__init__ | ( | self, | |
| name = 'ExtractExpertMonitoring' ) |
Definition at line 95 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.ExtractExpertMonitoring.configure | ( | self, | |
| test ) |
Definition at line 103 of file TrigP1TestSteps.py.
| str python.TrigP1TestSteps.ExtractExpertMonitoring.args = '--recreate -r' |
Definition at line 100 of file TrigP1TestSteps.py.
| str python.TrigP1TestSteps.ExtractExpertMonitoring.executable = 'rootcp' |
Definition at line 99 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.ExtractExpertMonitoring.input_file = None |
Definition at line 97 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.ExtractExpertMonitoring.output_stream = Step.Step.OutputStream.STDOUT_ONLY |
Definition at line 101 of file TrigP1TestSteps.py.
| python.TrigP1TestSteps.ExtractExpertMonitoring.path_prefix = None |
Definition at line 98 of file TrigP1TestSteps.py.