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 250 of file TrigJetHypoToolConfig.py.

Member Function Documentation

◆ testValidConfigs()

python.TrigJetHypoToolConfig.TestStringMethods.testValidConfigs ( self)

Definition at line 251 of file TrigJetHypoToolConfig.py.

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

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