![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, stageName, inputPropName, outputPropName, metaConfig, dynConfig) | |
Static Public Member Functions | |
| allowedStageNames () | |
Public Attributes | |
| stageName = stageName | |
| metaConfig = metaConfig | |
| dynConfig = dynConfig | |
| dict | inputPropName = inputPropName |
| dict | outputPropName = outputPropName |
the meta-information for a single algorithm inside AnaAlgSequence There is a fair amount of meta-information we store for each algorithm. Originally we had stored each piece of meta-information in a separate array (with each entry in each array corresponding to a different algorithm). Though now this is changed to a single array with each entry being a meta-object for a separate algorithm.
Definition at line 5 of file AnaAlgorithmMeta.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.AnaAlgorithmMeta.AnaAlgorithmMeta.__init__ | ( | self, | |
| stageName, | |||
| inputPropName, | |||
| outputPropName, | |||
| metaConfig, | |||
| dynConfig ) |
Definition at line 16 of file AnaAlgorithmMeta.py.
|
static |
Definition at line 49 of file AnaAlgorithmMeta.py.
| python.AnaAlgorithmMeta.AnaAlgorithmMeta.dynConfig = dynConfig |
Definition at line 24 of file AnaAlgorithmMeta.py.
| dict python.AnaAlgorithmMeta.AnaAlgorithmMeta.inputPropName = inputPropName |
Definition at line 27 of file AnaAlgorithmMeta.py.
| python.AnaAlgorithmMeta.AnaAlgorithmMeta.metaConfig = metaConfig |
Definition at line 23 of file AnaAlgorithmMeta.py.
| dict python.AnaAlgorithmMeta.AnaAlgorithmMeta.outputPropName = outputPropName |
Definition at line 37 of file AnaAlgorithmMeta.py.
| python.AnaAlgorithmMeta.AnaAlgorithmMeta.stageName = stageName |
Definition at line 21 of file AnaAlgorithmMeta.py.