![]() |
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 259 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__init__ | ( | self, | |
the_name | |||
) |
Definition at line 263 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__del__ | ( | self | ) |
Definition at line 281 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__repr__ | ( | self | ) |
Definition at line 317 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.buildDFDot | ( | self, | |
cfseq_algs, | |||
all_hypos, | |||
last_step_hypo_nodes, | |||
file | |||
) |
Definition at line 310 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.connectToFilter | ( | self, | |
outfilter | |||
) |
def MenuComponents.EmptyMenuSequence.getHypoToolConf | ( | self | ) |
Definition at line 307 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.getOutputList | ( | self | ) |
Definition at line 300 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.maker | ( | self | ) |
Definition at line 289 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.name | ( | self | ) |
Definition at line 297 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.sequence | ( | self | ) |
Definition at line 285 of file MenuComponents.py.
|
private |
Definition at line 274 of file MenuComponents.py.
|
private |
Definition at line 265 of file MenuComponents.py.
|
private |
Definition at line 275 of file MenuComponents.py.
MenuComponents.EmptyMenuSequence.ca |
Definition at line 277 of file MenuComponents.py.