#include "ROOT/RIntegerSequence.hxx"
#include "ROOT/RDF/RBookedCustomColumns.hxx"
#include "ROOT/RVec.hxx"
#include "ROOT/RDF/Utils.hxx"
Classes | |
struct | ROOT::Internal::RDF::TReaderValueOrArray< T > |
Choose between TTreeReader{Array,Value} depending on whether the branch type T is a RVec<T> or any other type (respectively). More... | |
struct | ROOT::Internal::RDF::TReaderValueOrArray< RVec< T > > |
Namespaces | |
namespace | ROOT |
VSD Structures. | |
namespace | ROOT::Internal |
namespace | ROOT::Internal::RDF |
Typedefs | |
template<typename T > | |
using | ROOT::Internal::RDF::ReaderValueOrArray_t = typename TReaderValueOrArray< T >::Proxy_t |
Functions | |
template<typename RDFValueTuple , std::size_t... S> | |
void | ROOT::Internal::RDF::InitRDFValues (unsigned int slot, RDFValueTuple &valueTuple, TTreeReader *r, const ColumnNames_t &bn, const RBookedCustomColumns &customCols, std::index_sequence< S... >, const std::array< bool, sizeof...(S)> &isCustomColumn) |
Initialize a tuple of RColumnValues. More... | |