ATLAS Offline Software
Loading...
Searching...
No Matches
TestUtils.makeChainStep Class Reference
Inheritance diagram for TestUtils.makeChainStep:
Collaboration diagram for TestUtils.makeChainStep:

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

Detailed Description

Used to store the step info, regardless of the chainDict

Definition at line 23 of file TestUtils.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

TestUtils.makeChainStep.__init__ ( self,
name,
seq = None,
comboHypoCfg = None,
comboToolConfs = None,
chainDicts = None,
isEmpty = False )

Definition at line 25 of file TestUtils.py.

25 def __init__(self, name, seq=None, comboHypoCfg=None, comboToolConfs=None, chainDicts=None, isEmpty=False):
26 self.name = name
27 self.seq = seq if seq is not None else []
28 self.comboHypoCfg = comboHypoCfg if comboHypoCfg is not None else functools.partial(ComboHypoCfg)
29 self.comboToolConfs = comboToolConfs if comboToolConfs is not None else []
30 self.chainDicts = chainDicts
31 self.isEmpty = isEmpty
32
33

Member Data Documentation

◆ chainDicts

TestUtils.makeChainStep.chainDicts = chainDicts

Definition at line 30 of file TestUtils.py.

◆ comboHypoCfg

TestUtils.makeChainStep.comboHypoCfg = comboHypoCfg if comboHypoCfg is not None else functools.partial(ComboHypoCfg)

Definition at line 28 of file TestUtils.py.

◆ comboToolConfs

TestUtils.makeChainStep.comboToolConfs = comboToolConfs if comboToolConfs is not None else []

Definition at line 29 of file TestUtils.py.

◆ isEmpty

TestUtils.makeChainStep.isEmpty = isEmpty

Definition at line 31 of file TestUtils.py.

◆ name

TestUtils.makeChainStep.name = name

Definition at line 26 of file TestUtils.py.

◆ seq

TestUtils.makeChainStep.seq = seq if seq is not None else []

Definition at line 27 of file TestUtils.py.


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