60 if (product->NumChildren() == 0) {
61 product->AddElement(
fTable);
75 using namespace std::string_literals;
76 std::string exp = spec.fExpression;
77 c->SetPrecision(spec.fPrecision);
78 c->SetExpressionAndType(exp, spec.fType);
79 ss <<
c->GetFunctionExpressionString();
83 gROOT->ProcessLine(ss.str().c_str());
88 catch (
const std::runtime_error &iException) {
90 << iException.what() << std::endl;
REveTableViewInfo * GetTableViewInfo() const