ATLAS Offline Software
|
CFSequence class. More...
Public Member Functions | |
def | __init__ (self, ChainStep, FilterAlg) |
def | setDecisions (self) |
def | connectCombo (self) |
def | mergeStepSequences (self, chainStep) |
def | findComboHypoAlg (self) |
def | __repr__ (self) |
Public Attributes | |
filterNode | |
step | |
ca | |
seq | |
stepReco | |
decisions | |
CFSequence class.
Class to describe the flow of decisions through ChainStep + filter with their connections (input, output) A Filter can have more than one input/output if used in different chains, so this class stores and manages all of them (when doing the connect)
Definition at line 91 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.__init__ | ( | self, | |
ChainStep, | |||
FilterAlg | |||
) |
Definition at line 95 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.__repr__ | ( | self | ) |
Definition at line 166 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.connectCombo | ( | self | ) |
connect Combo to Hypos
Definition at line 135 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.findComboHypoAlg | ( | self | ) |
Definition at line 163 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.mergeStepSequences | ( | self, | |
chainStep | |||
) |
Definition at line 152 of file HLTCFComponents.py.
def HLTCFComponents.CFSequence.setDecisions | ( | self | ) |
Set the output decision of this CFSequence as the hypo outputdecision; In case of combo, takes the Combo outputs
Definition at line 124 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.ca |
Definition at line 100 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.decisions |
Definition at line 126 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.filterNode |
Definition at line 97 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.seq |
Definition at line 104 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.step |
Definition at line 98 of file HLTCFComponents.py.
HLTCFComponents.CFSequence.stepReco |
Definition at line 107 of file HLTCFComponents.py.