![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, name, seq=None, comboHypoCfg=None, comboToolConfs=None, chainDicts=None, isEmpty=False) | |
Public Attributes | |
| name = name | |
| seq = seq if seq is not None else [] | |
| comboHypoCfg = comboHypoCfg if comboHypoCfg is not None else functools.partial(ComboHypoCfg) | |
| comboToolConfs = comboToolConfs if comboToolConfs is not None else [] | |
| chainDicts = chainDicts | |
| isEmpty = isEmpty | |
Used to store the step info, regardless of the chainDict
Definition at line 23 of file TestUtils.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| TestUtils.makeChainStep.__init__ | ( | self, | |
| name, | |||
| seq = None, | |||
| comboHypoCfg = None, | |||
| comboToolConfs = None, | |||
| chainDicts = None, | |||
| isEmpty = False ) |
Definition at line 25 of file TestUtils.py.
| TestUtils.makeChainStep.chainDicts = chainDicts |
Definition at line 30 of file TestUtils.py.
| TestUtils.makeChainStep.comboHypoCfg = comboHypoCfg if comboHypoCfg is not None else functools.partial(ComboHypoCfg) |
Definition at line 28 of file TestUtils.py.
Definition at line 29 of file TestUtils.py.
| TestUtils.makeChainStep.isEmpty = isEmpty |
Definition at line 31 of file TestUtils.py.
| TestUtils.makeChainStep.name = name |
Definition at line 26 of file TestUtils.py.
Definition at line 27 of file TestUtils.py.