ATLAS Offline Software
InitPyKernel.py
Go to the documentation of this file.
1 from PyKernel import PyKernel
2 
3 from PyKernel.PyKernel import plot,plot2,fill,fill2,dumpSG
4 from PyKernel.PyKernel import plotProf,fillProf,unregister,dumpHist
5 
6 import cppyy
7 cppyy.load_library("PyKernelDict")
8 
9 # Bind the C++ global namespace to the Python variable g
10 g = cppyy.gbl