ROOT 6.14/05 Reference Guide |
Definition at line 472 of file RDFNodes.hxx.
Public Member Functions | |
RCustomColumn (std::string_view name, F &&expression, const ColumnNames_t &bl, RLoopManager *lm, bool isDSColumn=false) | |
RCustomColumn (const RCustomColumn &)=delete | |
void | ClearValueReaders (unsigned int slot) final |
const std::type_info & | GetTypeId () const |
void * | GetValuePtr (unsigned int slot) final |
void | InitSlot (TTreeReader *r, unsigned int slot) final |
RCustomColumn & | operator= (const RCustomColumn &)=delete |
void | Update (unsigned int slot, Long64_t entry) final |
template<std::size_t... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, std::index_sequence< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TNothing *) |
template<std::size_t... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, std::index_sequence< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TSlot *) |
template<std::size_t... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, std::index_sequence< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TSlotAndEntry *) |
Public Member Functions inherited from ROOT::Detail::RDF::RCustomColumnBase | |
RCustomColumnBase (RLoopManager *df, std::string_view name, const unsigned int nSlots, const bool isDSColumn) | |
virtual | ~RCustomColumnBase () |
RLoopManager * | GetLoopManagerUnchecked () const |
std::string | GetName () const |
void | InitNode () |
bool | IsDataSourceColumn () const |
RCustomColumnBase & | operator= (const RCustomColumnBase &)=delete |
Private Types | |
using | BranchTypesTmp_t = typename RDFInternal::RemoveFirstParameterIf< std::is_same< TSlot, UHT_t >::value, FunParamTypes_t >::type |
using | ColumnTypes_t = typename RDFInternal::RemoveFirstTwoParametersIf< std::is_same< TSlotAndEntry, UHT_t >::value, BranchTypesTmp_t >::type |
using | FunParamTypes_t = typename CallableTraits< F >::arg_types |
using | ret_type = typename CallableTraits< F >::ret_type |
using | TNothing = TCCHelperTypes::TNothing |
using | TSlot = TCCHelperTypes::TSlot |
using | TSlotAndEntry = TCCHelperTypes::TSlotAndEntry |
using | TypeInd_t = std::make_index_sequence< ColumnTypes_t::list_size > |
using | UHT_t = UPDATE_HELPER_TYPE |
using | ValuesPerSlot_t = typename std::conditional< std::is_same< ret_type, bool >::value, std::deque< ret_type >, std::vector< ret_type > >::type |
Private Attributes | |
const ColumnNames_t | fBranches |
F | fExpression |
ValuesPerSlot_t | fLastResults |
std::vector< RDFInternal::RDFValueTuple_t< ColumnTypes_t > > | fValues |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::RDF::RCustomColumnBase | |
const bool | fIsDataSourceColumn |
does the custom column refer to a data-source column? (or a user-define column?) More... | |
std::vector< Long64_t > | fLastCheckedEntry |
RLoopManager * | fLoopManager |
A raw pointer to the RLoopManager at the root of this functional graph. More... | |
const std::string | fName |
unsigned int | fNChildren {0} |
number of nodes of the functional graph hanging from this object More... | |
const unsigned int | fNSlots |
number of thread slots used by this node, inherited from parent node. More... | |
unsigned int | fNStopsReceived {0} |
number of times that a children node signaled to stop processing entries. More... | |
#include <ROOT/RDFNodes.hxx>
|
private |
Definition at line 481 of file RDFNodes.hxx.
|
private |
Definition at line 483 of file RDFNodes.hxx.
|
private |
Definition at line 479 of file RDFNodes.hxx.
|
private |
Definition at line 485 of file RDFNodes.hxx.
|
private |
Definition at line 474 of file RDFNodes.hxx.
|
private |
Definition at line 475 of file RDFNodes.hxx.
|
private |
Definition at line 476 of file RDFNodes.hxx.
|
private |
Definition at line 484 of file RDFNodes.hxx.
|
private |
Definition at line 477 of file RDFNodes.hxx.
|
private |
Definition at line 488 of file RDFNodes.hxx.
|
inline |
Definition at line 497 of file RDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RCustomColumnBase.
Definition at line 559 of file RDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::RDF::RCustomColumnBase.
Definition at line 524 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RCustomColumnBase.
Definition at line 513 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RCustomColumnBase.
Definition at line 507 of file RDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RCustomColumnBase.
Definition at line 515 of file RDFNodes.hxx.
|
inline |
Definition at line 530 of file RDFNodes.hxx.
|
inline |
Definition at line 540 of file RDFNodes.hxx.
|
inline |
Definition at line 550 of file RDFNodes.hxx.
|
private |
Definition at line 491 of file RDFNodes.hxx.
|
private |
Definition at line 490 of file RDFNodes.hxx.
|
private |
Definition at line 492 of file RDFNodes.hxx.
|
private |
Definition at line 494 of file RDFNodes.hxx.