ATLAS Offline Software
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"):
9 
10  thinAlg = CompFactory.ThinNegativeEnergyNeutralPFOsAlg(
11  "ThinNegativeEnergyNeutralPFOsAlg",
12  ThinNegativeEnergyNeutralPFOs = True,
13  StreamName = StreamName,
14  )
15 
16  acc.addEventAlgo( thinAlg )
17 
18  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.ThinNegativeEnergyNeutralPFOCfg.ThinNegativeEnergyNeutralPFOCfg
def ThinNegativeEnergyNeutralPFOCfg(flags, StreamName="StreamAOD")
Definition: ThinNegativeEnergyNeutralPFOCfg.py:7