10 TRF1(std::string
name,std::string formula){f=
new TF1(name.c_str(),formula.c_str());}
11 double Eval(
double x) {
22 .constructor<std::string,std::string>()
34 r<<
"TRF1 <- rootr$TRF1";
35 r<<
"u <- new(TRF1,'dilog','TMath::DiLog(x)')";
36 r<<
"print(u$Eval( 0.0 ))";
virtual void Draw(Option_t *option="")
Draw this function with its current attributes.
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
static TRInterface & Instance()
static method to get an TRInterface instance reference
#define LOAD_ROOTR_MODULE(NAME)