#include "ROOT/InternalTreeUtils.hxx"
#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDataSource.hxx"
#include "ROOT/RDF/RDatasetSpec.hxx"
#include "ROOT/RDF/RInterface.hxx"
#include "ROOT/RDF/RLoopManager.hxx"
#include "ROOT/RDF/Utils.hxx"
#include <string_view>
#include "TChain.h"
#include "TDirectory.h"
#include "RtypesCore.h"
#include "TTree.h"
#include <fstream>
#include <nlohmann/json.hpp>
#include <memory>
#include <ostream>
#include <stdexcept>
#include <string>
#include <vector>
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 |
Typedefs | |
using | ROOT::ColumnNamesPtr_t = std::shared_ptr< const ColumnNames_t > |
Functions | |
ROOT::RDataFrame | ROOT::RDF::Experimental::FromSpec (const std::string &jsonFile) |
Factory method to create an RDataFrame from a JSON specification file. | |