13#ifndef ROOT7_REveDataTable
14#define ROOT7_REveDataTable
19namespace Experimental {
21class REveDataCollection;
29 REveDataTable(
const std::string&
n =
"REveDataTable",
const std::string& t =
"");
38 void AddNewColumn(
const std::string& expr,
const std::string& title,
int prec = 2);
64 REveDataColumn(
const std::string&
n =
"REveDataColumn",
const std::string& t =
"");
72 std::string
EvalExpr(
void *iptr)
const;
std::function< double(void *)> fDoubleFoo
std::string GetFunctionExpressionString() const
std::function< bool(void *)> fBoolFoo
std::function< std::string(void *)> fStringFoo
std::string EvalExpr(void *iptr) const
void SetExpressionAndType(const std::string &expr, FieldType_e type)
bool hasValidExpression() const
void SetPrecision(Int_t prec)
virtual ~REveDataColumn()
virtual Int_t WriteCoreJson(nlohmann::json &cj, Int_t rnr_offset)
Write core json.
const REveDataCollection * GetCollection() const
const REveDataCollection * fCollection
void AddNewColumn(const std::string &expr, const std::string &title, int prec=2)
void SetCollection(const REveDataCollection *col)
TClass instances represent classes, structs and namespaces in the ROOT type system.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
basic_json< std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, double, std::allocator, adl_serializer, std::vector< std::uint8_t > > json