ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
AnalysisCommon
ThinningUtils
python
ThinNegativeEnergyNeutralPFOCfg.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
from
AthenaConfiguration.ComponentFactory
import
CompFactory
6
7
def
ThinNegativeEnergyNeutralPFOCfg(flags, StreamName="StreamAOD"):
8
acc = ComponentAccumulator()
9
10
thinAlg = CompFactory.ThinNegativeEnergyNeutralPFOsAlg(
11
"ThinNegativeEnergyNeutralPFOsAlg"
,
12
ThinNegativeEnergyNeutralPFOs =
True
,
13
StreamName = StreamName,
14
)
15
16
acc.addEventAlgo( thinAlg )
17
18
return
acc
Generated on
for ATLAS Offline Software by
1.17.0