![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, the_name) | |
| __del__ (self) | |
| sequence (self) | |
| maker (self) | |
| name (self) | |
| getOutputList (self) | |
| connectToFilter (self, outfilter) | |
| getHypoToolConf (self) | |
| buildDFDot (self, cfseq_algs, all_hypos, last_step_hypo_nodes, file) | |
| __repr__ (self) | |
Public Attributes | |
| ca = ComponentAccumulator() | |
| maker | |
| sequence | |
| name | |
Protected Attributes | |
| _name = the_name | |
| _maker = InputMakerNode( Alg = makerAlg ) | |
| _sequence = Node( Alg = seqAND(the_name, [makerAlg])) | |
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 257 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__init__ | ( | self, | |
| the_name ) |
Definition at line 261 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__del__ | ( | self | ) |
Definition at line 279 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__repr__ | ( | self | ) |
Definition at line 315 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.buildDFDot | ( | self, | |
| cfseq_algs, | |||
| all_hypos, | |||
| last_step_hypo_nodes, | |||
| file ) |
Definition at line 308 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.connectToFilter | ( | self, | |
| outfilter ) |
Connect filter to the InputMaker
Definition at line 301 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.getHypoToolConf | ( | self | ) |
Definition at line 305 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.getOutputList | ( | self | ) |
Definition at line 298 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.maker | ( | self | ) |
Definition at line 287 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.name | ( | self | ) |
Definition at line 295 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.sequence | ( | self | ) |
Definition at line 283 of file MenuComponents.py.
|
protected |
Definition at line 272 of file MenuComponents.py.
|
protected |
Definition at line 263 of file MenuComponents.py.
|
protected |
Definition at line 273 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.ca = ComponentAccumulator() |
Definition at line 275 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.maker |
Definition at line 309 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.name |
Definition at line 317 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.sequence |
Definition at line 310 of file MenuComponents.py.