#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 "ROOT/RStringView.hxx"
#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 |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |