![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='TrigInDetCpuCost', outdir=None, infile=None, extra=None) | |
| configure (self, test) | |
Public Attributes | |
| input_file = infile | |
| output_dir = outdir | |
| bool | auto_report_result = True |
| bool | required = True |
| extra = extra | |
| str | executable = 'TIDAcpucost' |
| str | args = self.input_file + " -o " + self.output_dir + " " + self.extra + " --noref " |
Execute TIDAcpucost for data.root files.
Definition at line 301 of file TrigInDetArtSteps.py.
| python.TrigInDetArtSteps.TrigInDetCpuCostStep.__init__ | ( | self, | |
| name = 'TrigInDetCpuCost', | |||
| outdir = None, | |||
| infile = None, | |||
| extra = None ) |
Definition at line 305 of file TrigInDetArtSteps.py.
| python.TrigInDetArtSteps.TrigInDetCpuCostStep.configure | ( | self, | |
| test ) |
Definition at line 316 of file TrigInDetArtSteps.py.
| str python.TrigInDetArtSteps.TrigInDetCpuCostStep.args = self.input_file + " -o " + self.output_dir + " " + self.extra + " --noref " |
Definition at line 319 of file TrigInDetArtSteps.py.
| bool python.TrigInDetArtSteps.TrigInDetCpuCostStep.auto_report_result = True |
Definition at line 310 of file TrigInDetArtSteps.py.
| str python.TrigInDetArtSteps.TrigInDetCpuCostStep.executable = 'TIDAcpucost' |
Definition at line 313 of file TrigInDetArtSteps.py.
| python.TrigInDetArtSteps.TrigInDetCpuCostStep.extra = extra |
Definition at line 312 of file TrigInDetArtSteps.py.
| python.TrigInDetArtSteps.TrigInDetCpuCostStep.input_file = infile |
Definition at line 308 of file TrigInDetArtSteps.py.
| python.TrigInDetArtSteps.TrigInDetCpuCostStep.output_dir = outdir |
Definition at line 309 of file TrigInDetArtSteps.py.
| bool python.TrigInDetArtSteps.TrigInDetCpuCostStep.required = True |
Definition at line 311 of file TrigInDetArtSteps.py.