#include <ROOT/TSeq.hxx>#include <ROOT/RCsvDS.hxx>#include <ROOT/RRawFile.hxx>#include <TError.h>#include <algorithm>#include <memory>#include <sstream>#include <string>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 |
Functions | |
| RDataFrame | ROOT::RDF::FromCSV (std::string_view fileName, bool readHeaders=true, char delimiter=',', Long64_t linesChunkSize=-1LL, std::unordered_map< std::string, char > &&colTypes={}) |
| Factory method to create a CSV RDataFrame. | |