24 std::vector<Double_t> sv(3);
25 std::array<Int_t,3>
a{ {1,2,3} };
63 std::cout<<
"-----------Printing Results---------\n";
65 std::cout<<
"--------------------\n";
67 std::cout<<
"--------------------\n";
69 std::cout<<
"--------------------\n";
71 std::cout<<
"--------------------\n";
73 std::cout<<
"--------------------\n";
75 std::cout<<
"--------------------\n";
77 std::cout<<
"--------------------\n";
79 std::cout<<
"--------------------\n";
81 std::cout<<
"--------------------\n";
83 std::cout<<
"--------------------\n";
94 r<<
"print(Function(-1))";
96 r<<
"print(Function(1))";
98 r<<
"print('hello ')"<<std::string(
"print('world ')");
104 std::cout<<x<<std::endl;
107 std::cout<<x<<std::endl;
109 r<<
"mat<-matrix(c(1,2,3,4),nrow=2)";
131 std::cout<<
" array={"<<a[0]<<
","<<a[1]<<
","<<a[2]<<
"}";
139 std::cout<<
"funi="<<
Fun(2)<<std::endl;
142 r<<
"print(fund(2.01))";
143 std::cout<<
"fund="<<
Fun(2.01)<<std::endl;
Double_t Function(Double_t x)
static TRInterface & Instance()
static method to get an TRInterface instance reference
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
This is a class to pass functions from ROOT to R