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

Member Function Documentation

◆ testValidConfigs()

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 (
201 dictFromChainName,)
202
203 chain_names = (
204 'HLT_j0_FBDJNOSHARED10etXX20etXX34massXX50fbet_L1J20',)
205
206 from AthenaConfiguration.AllConfigFlags import initConfigFlags
207 flags = initConfigFlags()
208 flags.Input.Files = []
209
210 flags.lock()
211
212 wid = max(len(c) for c in chain_names)
213 for chain_name in chain_names:
214 chain_dict = dictFromChainName(flags, chain_name)
215 tool = trigJetHypoToolFromDict(flags, chain_dict)
216 self.assertIsNotNone(tool)
217 logger.debug(chain_name.rjust(wid), str(tool))
218
219
220
#define max(a, b)
Definition cfImp.cxx:41

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