Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RDataFrame.hxx File Reference
#include "TROOT.h"
#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
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.