ROOT 6.14/05 Reference Guide |
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 | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Internal | |
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 ColumnNames_t &tmpbn, const std::map< std::string, std::shared_ptr< RCustomColumnBase >> &customCols, std::index_sequence< S... >) |
Initialize a tuple of TColumnValues. More... | |