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