![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, the_name) |
def | __del__ (self) |
def | sequence (self) |
def | maker (self) |
def | name (self) |
def | getOutputList (self) |
def | connectToFilter (self, outfilter) |
def | getHypoToolConf (self) |
def | buildDFDot (self, cfseq_algs, all_hypos, last_step_hypo_nodes, file) |
def | __repr__ (self) |
Public Attributes | |
ca | |
Private Attributes | |
_name | |
_maker | |
_sequence | |
Class to emulate reco sequences with no Hypo
It contains an InputMaker and and empty seqAND used for merging
It contains empty function to follow the same MenuSequence behaviour
Definition at line 258 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__init__ | ( | self, | |
the_name | |||
) |
Definition at line 262 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__del__ | ( | self | ) |
Definition at line 280 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__repr__ | ( | self | ) |
Definition at line 316 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.buildDFDot | ( | self, | |
cfseq_algs, | |||
all_hypos, | |||
last_step_hypo_nodes, | |||
file | |||
) |
Definition at line 309 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.connectToFilter | ( | self, | |
outfilter | |||
) |
def MenuComponents.EmptyMenuSequence.getHypoToolConf | ( | self | ) |
Definition at line 306 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.getOutputList | ( | self | ) |
Definition at line 299 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.maker | ( | self | ) |
Definition at line 288 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.name | ( | self | ) |
Definition at line 296 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.sequence | ( | self | ) |
Definition at line 284 of file MenuComponents.py.
|
private |
Definition at line 273 of file MenuComponents.py.
|
private |
Definition at line 264 of file MenuComponents.py.
|
private |
Definition at line 274 of file MenuComponents.py.
MenuComponents.EmptyMenuSequence.ca |
Definition at line 276 of file MenuComponents.py.