21 .method(
"doEval", &MyFunctor::doEval )
31 r<<
"MyFunctor <- MyFunctorModule$MyFunctor";
32 r<<
"u <- new(MyFunctor)";
33 r<<
"print(u$doEval( 1 ))";
ROOTR_MODULE(MyFunctorModule)
Double_t BesselY1(Double_t x)
Returns the Bessel function Y1(x) for positive x.
Double_t(* Function)(Double_t)
static TRInterface & Instance()
static method to get an TRInterface instance reference
#define LOAD_ROOTR_MODULE(NAME)