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

Public Member Functions

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

Public Attributes

 input_file
 
 executable
 
 args
 

Detailed Description

Definition at line 26 of file TrigAnalysisSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 27 of file TrigAnalysisSteps.py.

27  def __init__(self, name='TrigEDMChecker', in_file='AOD.pool.root'):
28  super().__init__(name)
29  self.input_file = in_file
30  self.executable = 'trigEDMChecker.py'
31 

Member Function Documentation

◆ configure()

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

Definition at line 32 of file TrigAnalysisSteps.py.

32  def configure(self, test):
33  self.args = f' --filesInput {self.input_file}'
34  super().configure(test)
35 
36 

Member Data Documentation

◆ args

python.TrigAnalysisSteps.TrigEDMChecker.args

Definition at line 33 of file TrigAnalysisSteps.py.

◆ executable

python.TrigAnalysisSteps.TrigEDMChecker.executable

Definition at line 30 of file TrigAnalysisSteps.py.

◆ input_file

python.TrigAnalysisSteps.TrigEDMChecker.input_file

Definition at line 29 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