#include "ROOT/InternalTreeUtils.hxx"
#include "ROOT/RDF/RColumnReaderBase.hxx"
#include "ROOT/RDF/RDatasetSpec.hxx"
#include "ROOT/RDF/RNodeBase.hxx"
#include "ROOT/RDF/RNewSampleNotifier.hxx"
#include "ROOT/RDF/RSampleInfo.hxx"
#include <functional>
#include <limits>
#include <map>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
Classes | |
class | ROOT::Internal::RDF::RCallback |
class | ROOT::Detail::RDF::RLoopManager |
The head node of a RDF computation graph. More... | |
class | ROOT::Internal::RDF::ROneTimeCallback |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Detail |
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |
namespace | ROOT::Detail::RDF |
namespace | ROOT::Internal |
namespace | ROOT::Internal::RDF |
namespace | ROOT::Internal::RDF::GraphDrawing |
namespace | ROOT::RDF |
Typedefs | |
using | ROOT::Internal::RDF::Callback_t = std::function< void(unsigned int)> |
Functions | |
std::vector< std::string > | ROOT::Internal::RDF::GetBranchNames (TTree &t, bool allowDuplicates=true) |
Get all the branches names, including the ones of the friend trees. | |