ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigAnalysisSteps.TrigEDMChecker Class Reference
Inheritance diagram for python.TrigAnalysisSteps.TrigEDMChecker:
Collaboration diagram for python.TrigAnalysisSteps.TrigEDMChecker:

Public Member Functions

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

Public Attributes

 input_file = in_file
str executable = 'trigEDMChecker.py'
str args = f' --filesInput {self.input_file}'

Detailed Description

Definition at line 26 of file TrigAnalysisSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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()

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
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)

Member Data Documentation

◆ args

str python.TrigAnalysisSteps.TrigEDMChecker.args = f' --filesInput {self.input_file}'

Definition at line 33 of file TrigAnalysisSteps.py.

◆ executable

str python.TrigAnalysisSteps.TrigEDMChecker.executable = 'trigEDMChecker.py'

Definition at line 30 of file TrigAnalysisSteps.py.

◆ input_file

python.TrigAnalysisSteps.TrigEDMChecker.input_file = in_file

Definition at line 29 of file TrigAnalysisSteps.py.


The documentation for this class was generated from the following file: