![]() |
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 258 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__init__ | ( | self, | |
| the_name ) |
Definition at line 262 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__del__ | ( | self | ) |
Definition at line 280 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.__repr__ | ( | self | ) |
Definition at line 316 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.buildDFDot | ( | self, | |
| cfseq_algs, | |||
| all_hypos, | |||
| last_step_hypo_nodes, | |||
| file ) |
Definition at line 309 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.connectToFilter | ( | self, | |
| outfilter ) |
Connect filter to the InputMaker
Definition at line 302 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.getHypoToolConf | ( | self | ) |
Definition at line 306 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.getOutputList | ( | self | ) |
Definition at line 299 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.maker | ( | self | ) |
Definition at line 288 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.name | ( | self | ) |
Definition at line 296 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.sequence | ( | self | ) |
Definition at line 284 of file MenuComponents.py.
|
protected |
Definition at line 273 of file MenuComponents.py.
|
protected |
Definition at line 264 of file MenuComponents.py.
|
protected |
Definition at line 274 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.ca = ComponentAccumulator() |
Definition at line 276 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.maker |
Definition at line 310 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.name |
Definition at line 318 of file MenuComponents.py.
| MenuComponents.EmptyMenuSequence.sequence |
Definition at line 311 of file MenuComponents.py.