![]() |
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 306 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__init__ | ( | self, | |
the_name | |||
) |
Definition at line 310 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__del__ | ( | self | ) |
Definition at line 328 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.__repr__ | ( | self | ) |
Definition at line 364 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.buildDFDot | ( | self, | |
cfseq_algs, | |||
all_hypos, | |||
last_step_hypo_nodes, | |||
file | |||
) |
Definition at line 357 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.connectToFilter | ( | self, | |
outfilter | |||
) |
def MenuComponents.EmptyMenuSequence.getHypoToolConf | ( | self | ) |
Definition at line 354 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.getOutputList | ( | self | ) |
Definition at line 347 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.maker | ( | self | ) |
Definition at line 336 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.name | ( | self | ) |
Definition at line 344 of file MenuComponents.py.
def MenuComponents.EmptyMenuSequence.sequence | ( | self | ) |
Definition at line 332 of file MenuComponents.py.
|
private |
Definition at line 321 of file MenuComponents.py.
|
private |
Definition at line 312 of file MenuComponents.py.
|
private |
Definition at line 322 of file MenuComponents.py.
MenuComponents.EmptyMenuSequence.ca |
Definition at line 324 of file MenuComponents.py.