ATLAS Offline Software
TruthConvertersCfg.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory import CompFactory
4 
5 def xAODtoHEPToolCfg(flags,name="xAODToHepMCTool", **kwargs):
6  result = ComponentAccumulator()
7  result.setPrivateTools(CompFactory.xAODtoHepMCTool(name,**kwargs))
8  return result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TruthConvertersCfg.xAODtoHEPToolCfg
def xAODtoHEPToolCfg(flags, name="xAODToHepMCTool", **kwargs)
Definition: TruthConvertersCfg.py:5