ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.TrigAnalysisSteps.TrigDecChecker Class Reference

Additional exec steps. More...

Inheritance diagram for python.TrigAnalysisSteps.TrigDecChecker:
Collaboration diagram for python.TrigAnalysisSteps.TrigDecChecker:

Public Member Functions

def __init__ (self, name='TrigDecChecker', in_file='AOD.pool.root')
 
def configure (self, test)
 

Public Attributes

 input_file
 
 executable
 
 args
 

Detailed Description

Additional exec steps.

Definition at line 16 of file TrigAnalysisSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigAnalysisSteps.TrigDecChecker.__init__ (   self,
  name = 'TrigDecChecker',
  in_file = 'AOD.pool.root' 
)

Definition at line 17 of file TrigAnalysisSteps.py.

17  def __init__(self, name='TrigDecChecker', in_file='AOD.pool.root'):
18  super().__init__(name)
19  self.input_file = in_file
20  self.executable = 'dumpTriggerInfo.py'
21 

Member Function Documentation

◆ configure()

def python.TrigAnalysisSteps.TrigDecChecker.configure (   self,
  test 
)

Definition at line 22 of file TrigAnalysisSteps.py.

22  def configure(self, test):
23  self.args = f' --filesInput {self.input_file}'
24  super().configure(test)
25 

Member Data Documentation

◆ args

python.TrigAnalysisSteps.TrigDecChecker.args

Definition at line 23 of file TrigAnalysisSteps.py.

◆ executable

python.TrigAnalysisSteps.TrigDecChecker.executable

Definition at line 20 of file TrigAnalysisSteps.py.

◆ input_file

python.TrigAnalysisSteps.TrigDecChecker.input_file

Definition at line 19 of file TrigAnalysisSteps.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