ATLAS Offline Software
|
Classes | |
class | ComponentAccumulatorMockUp |
class | ConfArray |
class | Configured |
class | ConfNameSpace |
Functions | |
def | stringPropValue (value) |
def | generateConfigured (classname, cppclass, prefix="") |
def | parOR (name) |
def | addManyAlgs (job, algList) |
def | mock_JetRecTools () |
def | JetRecCfg_reorder (jetdef, flags, returnFinalJetDef=False) |
Variables | |
CompFactory = ConfNameSpace() | |
ComponentFactory = ModuleType("ComponentFactory") | |
isComponentAccumulatorCfg | |
CFElements = ModuleType("CFElements") | |
parOR | |
ComponentAccumulator = ModuleType("ComponentAccumulator") | |
JetAnalysisCommon = sys.modules[__name__] | |
JetRecCfg_original | |
def python.JetAnalysisCommon.addManyAlgs | ( | job, | |
algList | |||
) |
a little configuration function added from the python module JetAnalysisCommon.py to easily schedule # a list of Configured algs as defined by this module.
Definition at line 310 of file JetAnalysisCommon.py.
def python.JetAnalysisCommon.generateConfigured | ( | classname, | |
cppclass, | |||
prefix = "" |
|||
) |
Definition at line 189 of file JetAnalysisCommon.py.
def python.JetAnalysisCommon.JetRecCfg_reorder | ( | jetdef, | |
flags, | |||
returnFinalJetDef = False |
|||
) |
Builds the algs with JetRecConfig.JetRecCfg and then make sure they are in proper order. Re-ordering is done manually, according to various input alg type.
Definition at line 351 of file JetAnalysisCommon.py.
def python.JetAnalysisCommon.mock_JetRecTools | ( | ) |
Allows to ignore JetRecTools in case this package is not checked out on top of AnalysisBase
Definition at line 331 of file JetAnalysisCommon.py.
def python.JetAnalysisCommon.parOR | ( | name | ) |
Definition at line 268 of file JetAnalysisCommon.py.
def python.JetAnalysisCommon.stringPropValue | ( | value | ) |
Helper function producing a string property value
Definition at line 50 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.CFElements = ModuleType("CFElements") |
Definition at line 270 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.CompFactory = ConfNameSpace() |
Definition at line 255 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.ComponentAccumulator = ModuleType("ComponentAccumulator") |
Definition at line 302 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.ComponentFactory = ModuleType("ComponentFactory") |
Definition at line 260 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.isComponentAccumulatorCfg |
Definition at line 263 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.JetAnalysisCommon = sys.modules[__name__] |
Definition at line 323 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.JetRecCfg_original |
Definition at line 350 of file JetAnalysisCommon.py.
python.JetAnalysisCommon.parOR |
Definition at line 271 of file JetAnalysisCommon.py.