Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Typedefs | Functions
NodesUtils.hxx File Reference
#include "ROOT/RIntegerSequence.hxx"
#include "ROOT/RDF/RBookedCustomColumns.hxx"
#include "ROOT/RVec.hxx"
#include "ROOT/RDF/Utils.hxx"
Include dependency graph for NodesUtils.hxx:
This graph shows which files directly or indirectly include this file:

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
 Namespace for new ROOT classes and functions.
 
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... >)
 Initialize a tuple of RColumnValues. More...