#include "TROOT.h"
#include "ROOT/RDF/RDatasetSpec.hxx"
#include "ROOT/RDF/RInterface.hxx"
#include "ROOT/RDF/Utils.hxx"
#include <string_view>
#include "RtypesCore.h"
#include <initializer_list>
#include <memory>
#include <string>
#include <vector>
Classes | |
class | ROOT::RDataFrame |
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree , CSV and other data formats, in C++ or Python. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::RDF |
namespace | ROOT::RDF::Experimental |
Functions | |
ROOT::RDataFrame | ROOT::RDF::Experimental::FromSpec (const std::string &jsonFile) |
Factory method to create an RDataFrame from a JSON specification file. | |