ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
python
PFlowCommonConfig
Functions
python.PFlowCommonConfig Namespace Reference
Functions
PFlowCommonCfg
(ConfigFlags)
Function Documentation
◆
PFlowCommonCfg()
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
Generated on
for ATLAS Offline Software by
1.17.0