![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='ZeroCounts') | |
| configure (self, test=None) | |
| check_zero_counts (self, input_file) | |
| run (self, dry_run=False) | |
Public Attributes | |
| str | input_file = 'HLTChain.txt,HLTTE.txt,L1AV.txt' |
| bool | auto_report_result = True |
| bool | required = True |
| name | |
| int | result = max(results) |
Private Attributes | |
| str | __input_files__ = None |
Check if all counts are zero. input_file can have multiple comma-separated values
Definition at line 550 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.__init__ | ( | self, | |
| name = 'ZeroCounts' ) |
Definition at line 556 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.check_zero_counts | ( | self, | |
| input_file ) |
Definition at line 566 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.configure | ( | self, | |
| test = None ) |
Definition at line 563 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.run | ( | self, | |
| dry_run = False ) |
Definition at line 583 of file CheckSteps.py.
|
private |
Definition at line 561 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.ZeroCountsStep.auto_report_result = True |
Definition at line 559 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.ZeroCountsStep.input_file = 'HLTChain.txt,HLTTE.txt,L1AV.txt' |
Definition at line 558 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.name |
Definition at line 570 of file CheckSteps.py.
| bool python.TrigValSteering.CheckSteps.ZeroCountsStep.required = True |
Definition at line 560 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.ZeroCountsStep.result = max(results) |
Definition at line 588 of file CheckSteps.py.