Logo ROOT  
Reference Guide
RColumnValue.hxx File Reference
#include <ROOT/RDF/RCustomColumnBase.hxx>
#include <ROOT/RDF/Utils.hxx>
#include <ROOT/RIntegerSequence.hxx>
#include <ROOT/RMakeUnique.hxx>
#include <ROOT/RVec.hxx>
#include <ROOT/TypeTraits.hxx>
#include <RtypesCore.h>
#include <TTreeReader.h>
#include <TTreeReaderValue.h>
#include <TTreeReaderArray.h>
#include <cstring>
#include <initializer_list>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>
Include dependency graph for RColumnValue.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Internal::RDF::RColumnValue< T >
 Helper class that updates and returns TTree branches as well as RDataFrame temporary columns. More...
 
struct  ROOT::Internal::RDF::TRDFValueTuple< T >
 
struct  ROOT::Internal::RDF::TRDFValueTuple< TypeList< BranchTypes... > >
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 

Typedefs

template<typename BranchType >
using ROOT::Internal::RDF::RDFValueTuple_t = typename TRDFValueTuple< BranchType >::type
 

Functions

template<typename ValueTuple , std::size_t... S>
void ROOT::Internal::RDF::ResetRDFValueTuple (ValueTuple &values, std::index_sequence< S... >)
 Clear the proxies of a tuple of RColumnValues. More...