ATLAS Offline Software
Loading...
Searching...
No Matches
RedoTruthLinksConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2from AthenaConfiguration.ComponentFactory import CompFactory
3from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4
6 acc = ComponentAccumulator()
7 if "xAODTruthLinks" not in flags.Input.Collections:
8 acc.addEventAlgo( CompFactory.xAODMaker.RedoTruthLinksAlg("GEN_AOD2xAOD_links") )
9 return acc