![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name="ca") | |
| __iter__ (self) | |
| addSequence (self, seqName) | |
| addEventAlgo (self, alg, primary=False, sequenceName="") | |
| merge (self, ca, sequenceName="") | |
Public Attributes | |
| name = name | |
| list | algs = [] |
Provdide similar interface than AthenaConfiguration.ComponentAccumulator and also very simplistic merging of list of algorithms
Definition at line 321 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.__init__ | ( | self, | |
| name = "ca" ) |
Definition at line 325 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.__iter__ | ( | self | ) |
Definition at line 329 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.addEventAlgo | ( | self, | |
| alg, | |||
| primary = False, | |||
| sequenceName = "" ) |
Definition at line 334 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.addSequence | ( | self, | |
| seqName ) |
Definition at line 332 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.merge | ( | self, | |
| ca, | |||
| sequenceName = "" ) |
Definition at line 338 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.algs = [] |
Definition at line 327 of file JetAnalysisCommon.py.
| python.JetAnalysisCommon.ComponentAccumulatorMockUp.name = name |
Definition at line 326 of file JetAnalysisCommon.py.