ATLAS Offline Software
Loading...
Searching...
No Matches
WeightHelpers.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3from ROOT import PMGTools # noqa: F401
4# pull in the PMGTools dictionary and headers using generatorWeightsPrefix
5from ROOT.PMGTools import generatorWeightsPrefix
6# make the functions accessible
7from ROOT.PMGTools import weightNameCleanup, weightNameWithPrefix
8
9__all__ = ['generatorWeightsPrefix', 'weightNameCleanup', 'weightNameWithPrefix']