![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, isProbe=False) | |
| wasMerged (self) | |
| mergeReco (self, recoCA, robPrefetchCA=None, upSequenceCA=None) | |
| mergeHypo (self, other) | |
| addHypoAlgo (self, algo) | |
| hypo (self) | |
| inputMaker (self) | |
| topSequence (self) | |
Public Attributes | |
| str | name = name+"_probe" if isProbe else name |
| isProbe = isProbe | |
| stepViewSequence = seqAND(self.name) | |
| hypoAcc = ComponentAccumulator() | |
CA component for MenuSequence sequence
Definition at line 849 of file MenuComponents.py.
| MenuComponents.SelectionCA.__init__ | ( | self, | |
| name, | |||
| isProbe = False ) |
Definition at line 851 of file MenuComponents.py.
| MenuComponents.SelectionCA.addHypoAlgo | ( | self, | |
| algo ) |
To be used when the hypo alg configuration does not require auxiliary tools/services
Definition at line 879 of file MenuComponents.py.
| MenuComponents.SelectionCA.hypo | ( | self | ) |
Access hypo algo (or throws)
Definition at line 886 of file MenuComponents.py.
| MenuComponents.SelectionCA.inputMaker | ( | self | ) |
Access Input Maker (or throws)
Definition at line 892 of file MenuComponents.py.
| MenuComponents.SelectionCA.mergeHypo | ( | self, | |
| other ) |
To be used when the hypo alg configuration comes with auxiliary tools/services
Definition at line 875 of file MenuComponents.py.
upSequenceCA is the user CA to run before the recoCA
Definition at line 863 of file MenuComponents.py.
| MenuComponents.SelectionCA.topSequence | ( | self | ) |
Definition at line 898 of file MenuComponents.py.
| MenuComponents.SelectionCA.wasMerged | ( | self | ) |
Definition at line 859 of file MenuComponents.py.
| MenuComponents.SelectionCA.hypoAcc = ComponentAccumulator() |
Definition at line 857 of file MenuComponents.py.
| MenuComponents.SelectionCA.isProbe = isProbe |
Definition at line 853 of file MenuComponents.py.
Definition at line 852 of file MenuComponents.py.
| MenuComponents.SelectionCA.stepViewSequence = seqAND(self.name) |
Definition at line 856 of file MenuComponents.py.