#include "TROOT.h"
#include "ROOT/RDF/RDatasetSpec.hxx"
#include "ROOT/RDF/RInterface.hxx"
#include "ROOT/RDF/Utils.hxx"
#include "ROOT/RStringView.hxx"
#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 |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |