#include "ROOT/InternalTreeUtils.hxx"
#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDataSource.hxx"
#include "ROOT/RTTreeDS.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 |
Namespace for new ROOT classes and functions. | |
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. | |