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-2021 CERN for the benefit of the ATLAS collaboration
2 
3 from ROOT import PMGTools
4 dummy = PMGTools.ROOT6_NamespaceAutoloadHook
5 
6 generatorWeightsPrefix = PMGTools.generatorWeightsPrefix
7 weightNameCleanup = PMGTools.weightNameCleanup
8 weightNameWithPrefix = PMGTools.weightNameWithPrefix
9 
10 __all__ = ['generatorWeightsPrefix', 'weightNameCleanup', 'weightNameWithPrefix']