The Gaudi Framework
master (da3d77e1)
HistoUtils.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
13
14
import
warnings
15
16
warnings.warn(
17
"GaudiPython: Use 'GaudiAlg.HistoUtils' module instead of deprecated 'GaudiPython.HistoUtils'"
,
18
DeprecationWarning,
19
stacklevel=3,
20
)
21
del warnings
22
23
import
sys
24
25
import
GaudiAlg.HistoUtils
26
27
sys.modules[__name__] = GaudiAlg.HistoUtils
GaudiPython
python
GaudiPython
HistoUtils.py
Generated on Mon Feb 24 2025 11:10:46 for The Gaudi Framework by
1.8.18