Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
python.TrigInDetArtSteps.TrigInDetCpuCostStep Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigInDetCpuCostStep:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetCpuCostStep:

Public Member Functions

def __init__ (self, name='TrigInDetCpuCost', outdir=None, infile=None, extra=None)
 
def configure (self, test)
 

Public Attributes

 input_file
 
 output_dir
 
 auto_report_result
 
 required
 
 extra
 
 executable
 
 args
 

Detailed Description

Execute TIDAcpucost for data.root files.

Definition at line 318 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __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)
324 
325  self.input_file = infile
326  self.output_dir = outdir
327  self.auto_report_result = True
328  self.required = True
329  self.extra = extra
330  self.executable = 'TIDAcpucost'
331 
332 

Member Function Documentation

◆ configure()

def python.TrigInDetArtSteps.TrigInDetCpuCostStep.configure (   self,
  test 
)

Definition at line 333 of file TrigInDetArtSteps.py.

333  def configure(self, test):
334  RefComparisonStep.configure(self, test)
335  if self.reference is None :
336  self.args = self.input_file + " -o " + self.output_dir + " " + self.extra + " --noref "
337  else:
338  self.args = self.input_file + " " + self.reference + " -o " + self.output_dir + " " + self.extra
339  Step.configure(self, test)

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetCpuCostStep.args

Definition at line 336 of file TrigInDetArtSteps.py.

◆ auto_report_result

python.TrigInDetArtSteps.TrigInDetCpuCostStep.auto_report_result

Definition at line 327 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigInDetCpuCostStep.executable

Definition at line 330 of file TrigInDetArtSteps.py.

◆ extra

python.TrigInDetArtSteps.TrigInDetCpuCostStep.extra

Definition at line 329 of file TrigInDetArtSteps.py.

◆ input_file

python.TrigInDetArtSteps.TrigInDetCpuCostStep.input_file

Definition at line 325 of file TrigInDetArtSteps.py.

◆ output_dir

python.TrigInDetArtSteps.TrigInDetCpuCostStep.output_dir

Definition at line 326 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetCpuCostStep.required

Definition at line 328 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file:
configure
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)
Definition: TrigGlobEffCorrValidation.cxx:514
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18