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

Public Member Functions

 testValidConfigs (self)

Detailed Description

Definition at line 248 of file TrigJetHypoToolConfig.py.

Member Function Documentation

◆ testValidConfigs()

python.TrigJetHypoToolConfig.TestStringMethods.testValidConfigs ( self)

Definition at line 249 of file TrigJetHypoToolConfig.py.

249 def testValidConfigs(self):
250 from TriggerMenuMT.HLT.Config.Utility.DictFromChainName import (
251 dictFromChainName,)
252
253 chain_names = (
254 'HLT_j0_FBDJNOSHARED10etXX20etXX34massXX50fbet_L1J20',)
255
256 from AthenaConfiguration.AllConfigFlags import initConfigFlags
257 flags = initConfigFlags()
258 flags.Input.Files = []
259
260 flags.lock()
261
262 wid = max(len(c) for c in chain_names)
263 for chain_name in chain_names:
264 chain_dict = dictFromChainName(flags, chain_name)
265 tool = trigJetHypoToolFromDict(flags, chain_dict)
266 self.assertIsNotNone(tool)
267 logger.debug(chain_name.rjust(wid), str(tool))
268
269
270
#define max(a, b)
Definition cfImp.cxx:41

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