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