Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
WeightHelpers.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 from ROOT import PMGTools # noqa: F401
4 # pull in the PMGTools dictionary and headers using generatorWeightsPrefix
5 from ROOT.PMGTools import generatorWeightsPrefix
6 # make the functions accessible
7 from ROOT.PMGTools import weightNameCleanup, weightNameWithPrefix
8 
9 __all__ = ['generatorWeightsPrefix', 'weightNameCleanup', 'weightNameWithPrefix']