Execute TIDAcpucost for data.root files.
Definition at line 318 of file TrigInDetArtSteps.py.
◆ __init__()
def python.TrigInDetArtSteps.TrigInDetCpuCostStep.__init__ |
( |
|
self, |
|
|
|
name = 'TrigInDetCpuCost' , |
|
|
|
outdir = None , |
|
|
|
infile = None , |
|
|
|
extra = None |
|
) |
| |
Definition at line 322 of file TrigInDetArtSteps.py.
322 def __init__( self, name='TrigInDetCpuCost', outdir=None, infile=None, extra=None ):
323 super(TrigInDetCpuCostStep, self).
__init__(name)
325 self.input_file = infile
326 self.output_dir = outdir
327 self.auto_report_result =
True
330 self.executable =
'TIDAcpucost'
◆ configure()
def python.TrigInDetArtSteps.TrigInDetCpuCostStep.configure |
( |
|
self, |
|
|
|
test |
|
) |
| |
Definition at line 333 of file TrigInDetArtSteps.py.
334 RefComparisonStep.configure(self, test)
335 if self.reference
is None :
336 self.args = self.input_file +
" -o " + self.output_dir +
" " + self.extra +
" --noref "
338 self.args = self.input_file +
" " + self.reference +
" -o " + self.output_dir +
" " + self.extra
339 Step.configure(self, test)
◆ args
python.TrigInDetArtSteps.TrigInDetCpuCostStep.args |
◆ auto_report_result
python.TrigInDetArtSteps.TrigInDetCpuCostStep.auto_report_result |
◆ executable
python.TrigInDetArtSteps.TrigInDetCpuCostStep.executable |
◆ extra
python.TrigInDetArtSteps.TrigInDetCpuCostStep.extra |
◆ input_file
python.TrigInDetArtSteps.TrigInDetCpuCostStep.input_file |
◆ output_dir
python.TrigInDetArtSteps.TrigInDetCpuCostStep.output_dir |
◆ required
python.TrigInDetArtSteps.TrigInDetCpuCostStep.required |
The documentation for this class was generated from the following file:
bool configure(asg::AnaToolHandle< ITrigGlobalEfficiencyCorrectionTool > &tool, ToolHandleArray< IAsgElectronEfficiencyCorrectionTool > &electronEffToolsHandles, ToolHandleArray< IAsgElectronEfficiencyCorrectionTool > &electronSFToolsHandles, ToolHandleArray< CP::IMuonTriggerScaleFactors > &muonToolsHandles, ToolHandleArray< IAsgPhotonEfficiencyCorrectionTool > &photonEffToolsHandles, ToolHandleArray< IAsgPhotonEfficiencyCorrectionTool > &photonSFToolsHandles, const std::string &triggers, const std::map< std::string, std::string > &legsPerTool, unsigned long nToys, bool debug)