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