`PyROOT` is a Python extension module that allows the user to interact with any `ROOT` class from the Python interpreter.
PyROOT
is a Python extension module that allows the user to interact with any ROOT
class from the Python interpreter. This is done generically using the ROOT
dictionary, therefore there is no need to generate any Python wrapper code to include new ROOT
classes. At the same time PyROOT
offers the possibility to execute and evaluate any Python command or start a Python shell from the ROOT
/CINT
prompt. Further details are available in the PyROOT
manual.
See more: