ATLAS Offline Software
PowhegControl_usePDGvalues.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 from AthenaCommon import Logging
3 logger = Logging.logging.getLogger("PowhegControl")
4 
5 from PowhegControl.parameters import powheg_atlas_common
6 powheg_atlas_common.usePDGvalues()
7 logger.warning("Using PDG values as 'ATLAS default' parameters for Powheg")