Definition at line 26 of file TrigAnalysisSteps.py.
 
◆ __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'):
 
   29         self.input_file = in_file
 
   30         self.executable = 
'trigEDMChecker.py' 
 
 
◆ configure()
      
        
          | def python.TrigAnalysisSteps.TrigEDMChecker.configure | ( |  | self, | 
        
          |  |  |  | test | 
        
          |  | ) |  |  | 
      
 
 
◆ args
      
        
          | python.TrigAnalysisSteps.TrigEDMChecker.args | 
      
 
 
◆ executable
      
        
          | python.TrigAnalysisSteps.TrigEDMChecker.executable | 
      
 
 
◆ input_file
      
        
          | python.TrigAnalysisSteps.TrigEDMChecker.input_file | 
      
 
 
The documentation for this class was generated from the following file:
 
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)