In [1]:
from ROOTaaS.iPyROOT import ROOT
In [2]:
%%dcl
class A{
public:
A(){std::cout << "A ctor." << std::endl;}
};
Out[2]:
In [3]:
ROOT.A()
Out[3]:
In [ ]: