ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.TrigInDetArtSteps.TrigInDetCompStep Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigInDetCompStep:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetCompStep:

Public Member Functions

def __init__ (self, name='TrigInDetComp', slice=None, args=None, file=None)
 
def configure (self, test)
 

Public Attributes

 input_file
 
 slice
 
 auto_report_result
 
 required
 
 args
 
 executable
 
 chains
 

Detailed Description

Execute TIDAcomparitor for data.root files.

Definition at line 377 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigInDetArtSteps.TrigInDetCompStep.__init__ (   self,
  name = 'TrigInDetComp',
  slice = None,
  args = None,
  file = None 
)

Definition at line 381 of file TrigInDetArtSteps.py.

381  def __init__( self, name='TrigInDetComp', slice=None, args=None, file=None ):
382  super(TrigInDetCompStep, self).__init__(name)
383 
384  self.input_file = file
385  self.slice = slice
386  self.auto_report_result = True
387  self.required = True
388  self.args = args
389  self.executable = 'TIDAcomparitor'
390  os.system( 'get_files -data TIDAhisto-panel.dat &> /dev/null' )
391  os.system( 'get_files -data TIDAhisto-panel-vtx.dat &> /dev/null' )
392  os.system( 'get_files -data TIDAhistos-vtx.dat &> /dev/null' )
393  os.system( 'get_files -data TIDAhisto-panel-TnP.dat &> /dev/null' )
394  os.system( 'get_files -data TIDAhisto-tier0.dat &> /dev/null' )
395  os.system( 'get_files -data TIDAhisto-tier0-vtx.dat &> /dev/null' )
396  os.system( 'get_files -data TIDAhisto-tier0-TnP.dat &> /dev/null' )
397 

Member Function Documentation

◆ configure()

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

Definition at line 398 of file TrigInDetArtSteps.py.

398  def configure(self, test):
399  RefComparisonStep.configure(self, test)
400  if self.reference is None :
401  self.args = self.args + " " + self.input_file + " " + self.input_file + " --noref --oldrms "
402  else:
403  self.args = self.args + " " + self.input_file + " " + self.reference + " --oldrms "
404  self.chains = json_chains( self.slice )
405  self.args += " " + self.chains
406  print( "\033[0;32mTIDAcomparitor "+self.args+" \033[0m" )
407  Step.configure(self, test)
408 
409 
410 
411 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigInDetCompStep.args

Definition at line 388 of file TrigInDetArtSteps.py.

◆ auto_report_result

python.TrigInDetArtSteps.TrigInDetCompStep.auto_report_result

Definition at line 386 of file TrigInDetArtSteps.py.

◆ chains

python.TrigInDetArtSteps.TrigInDetCompStep.chains

Definition at line 404 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigInDetCompStep.executable

Definition at line 389 of file TrigInDetArtSteps.py.

◆ input_file

python.TrigInDetArtSteps.TrigInDetCompStep.input_file

Definition at line 384 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigInDetCompStep.required

Definition at line 387 of file TrigInDetArtSteps.py.

◆ slice

python.TrigInDetArtSteps.TrigInDetCompStep.slice

Definition at line 385 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
python.TrigInDetArtSteps.json_chains
def json_chains(slice)
Definition: TrigInDetArtSteps.py:356
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28