ROOT 6.14/05 Reference Guide |
ROOT's RDataFrame allows to analyse data stored in TTrees with a high level interface.
Classes | |
class | ROOT::RDF::RArrowDS |
RDataFrame data source class to interface with Apache Arrow. More... | |
class | ROOT::RDF::RCsvDS |
RDataFrame data source class for reading CSV files. More... | |
class | ROOT::RDataFrame |
ROOT's RDataFrame offers a high level interface for analyses of data stored in TTree s, CSV's and other data formats. More... | |
class | ROOT::RDF::RDataSource |
RDataSource defines an API that RDataFrame can use to read arbitrary data formats. More... | |
class | ROOT::RDF::RInterface< Proxied, DataSource > |
The public interface to the RDataFrame federation of classes. More... | |
class | ROOT::RDF::RResultPtr< T > |
Smart pointer for the return type of actions. More... | |
class | ROOT::Internal::RDF::TColumnValue< T, MustUseRVec > |
Helper class that updates and returns TTree branches as well as RDataFrame temporary columns. More... | |
class | ROOT::RDF::TH1DModel |
A struct which stores the parameters of a TH1D. More... | |
class | ROOT::RDF::TH2DModel |
A struct which stores the parameters of a TH2D. More... | |
class | ROOT::RDF::TH3DModel |
A struct which stores the parameters of a TH3D. More... | |
class | ROOT::RDF::TProfile1DModel |
A struct which stores the parameters of a TProfile. More... | |
class | ROOT::RDF::TProfile2DModel |
A struct which stores the parameters of a TProfile2D. More... | |