ATLAS Offline Software
PhysicsAnalysis
AnalysisCommon
PMGTools
python
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'
]
Generated on Mon Sep 1 2025 21:23:59 for ATLAS Offline Software by
1.8.18