Definition at line 198 of file TrigJetHypoToolConfig.py.
 
◆ testValidConfigs()
      
        
          | def python.TrigJetHypoToolConfig.TestStringMethods.testValidConfigs | ( |  | self | ) |  | 
      
 
Definition at line 199 of file TrigJetHypoToolConfig.py.
  199     def testValidConfigs(self):
 
  200         from TriggerMenuMT.HLT.Config.Utility.DictFromChainName 
import (
 
  204             'HLT_j0_FBDJNOSHARED10etXX20etXX34massXX50fbet_L1J20',)
 
  206         from AthenaConfiguration.AllConfigFlags 
import initConfigFlags
 
  208         flags.Input.Files = []
 
  212         wid = 
max(len(c) 
for c 
in chain_names)
 
  213         for chain_name 
in chain_names:
 
  216             self.assertIsNotNone(tool)
 
  217             logger.debug(chain_name.rjust(wid), 
str(tool))
 
 
 
The documentation for this class was generated from the following file: