ATLAS Offline Software
python
PFlowCommonConfig
Functions
python.PFlowCommonConfig Namespace Reference
Functions
def
PFlowCommonCfg
(ConfigFlags)
Function Documentation
◆
PFlowCommonCfg()
def python.PFlowCommonConfig.PFlowCommonCfg
(
ConfigFlags
)
Main config for PFlow decorations
Definition at line
6
of file
PFlowCommonConfig.py
.
6
def
PFlowCommonCfg
(ConfigFlags):
7
"""Main config for PFlow decorations """
8
9
acc =
ComponentAccumulator
()
10
CommonAugmentation = CompFactory.DerivationFramework.CommonAugmentation
11
from
DerivationFrameworkJetEtMiss.JetToolConfig
import
PFlowAugmentationToolCfg
12
PFlowAugTool = acc.getPrimaryAndMerge(
PFlowAugmentationToolCfg
(ConfigFlags))
13
acc.addEventAlgo(CommonAugmentation(
"PFlowAugmentation"
, AugmentationTools = [PFlowAugTool]))
14
15
return
acc
16
python.PFlowCommonConfig.PFlowCommonCfg
def PFlowCommonCfg(ConfigFlags)
Definition:
PFlowCommonConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
python.JetToolConfig.PFlowAugmentationToolCfg
def PFlowAugmentationToolCfg(ConfigFlags)
Definition:
JetToolConfig.py:22
Generated on Thu Nov 7 2024 22:23:43 for ATLAS Offline Software by
1.8.18