ROOT 6.12/07 Reference Guide |
Definition at line 482 of file TDFNodes.hxx.
Public Member Functions | |
TCustomColumn (std::string_view name, F &&expression, const ColumnNames_t &bl, TLoopManager *lm, bool isDSColumn=false) | |
TCustomColumn (const TCustomColumn &)=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 |
TCustomColumn & | operator= (const TCustomColumn &)=delete |
void | Update (unsigned int slot, Long64_t entry) final |
template<int... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, TDFInternal::StaticSeq< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TNothing *) |
template<int... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, TDFInternal::StaticSeq< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TSlot *) |
template<int... S, typename... BranchTypes> | |
void | UpdateHelper (unsigned int slot, Long64_t entry, TDFInternal::StaticSeq< S... >, TypeList< BranchTypes... >, TCCHelperTypes::TSlotAndEntry *) |
Public Member Functions inherited from ROOT::Detail::TDF::TCustomColumnBase | |
TCustomColumnBase (TLoopManager *df, std::string_view name, const unsigned int nSlots, const bool isDSColumn) | |
virtual | ~TCustomColumnBase ()=default |
TLoopManager * | GetImplPtr () const |
std::string | GetName () const |
unsigned int | GetNSlots () const |
void | InitNode () |
bool | IsDataSourceColumn () const |
TCustomColumnBase & | operator= (const TCustomColumnBase &)=delete |
Private Types | |
using | BranchTypes_t = typename TDFInternal::RemoveFirstTwoParametersIf< std::is_same< TSlotAndEntry, UHT_t >::value, BranchTypesTmp_t >::type |
using | BranchTypesTmp_t = typename TDFInternal::RemoveFirstParameterIf< std::is_same< TSlot, UHT_t >::value, FunParamTypes_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 = TDFInternal::GenStaticSeq_t< BranchTypes_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< TDFInternal::TDFValueTuple_t< BranchTypes_t > > | fValues |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::TDF::TCustomColumnBase | |
TLoopManager * | fImplPtr |
A raw pointer to the TLoopManager at the root of this functional graph. More... | |
const bool | fIsDataSourceColumn |
does the custom column refer to a data-source column? (or a user-define column?) More... | |
std::vector< Long64_t > | fLastCheckedEntry |
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/TDFNodes.hxx>
|
private |
Definition at line 493 of file TDFNodes.hxx.
|
private |
Definition at line 491 of file TDFNodes.hxx.
|
private |
Definition at line 489 of file TDFNodes.hxx.
|
private |
Definition at line 495 of file TDFNodes.hxx.
|
private |
Definition at line 484 of file TDFNodes.hxx.
|
private |
Definition at line 485 of file TDFNodes.hxx.
|
private |
Definition at line 486 of file TDFNodes.hxx.
|
private |
Definition at line 494 of file TDFNodes.hxx.
|
private |
Definition at line 487 of file TDFNodes.hxx.
|
private |
Definition at line 498 of file TDFNodes.hxx.
|
inline |
Definition at line 507 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 569 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 534 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 523 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 517 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 525 of file TDFNodes.hxx.
|
inline |
Definition at line 540 of file TDFNodes.hxx.
|
inline |
Definition at line 550 of file TDFNodes.hxx.
|
inline |
Definition at line 560 of file TDFNodes.hxx.
|
private |
Definition at line 501 of file TDFNodes.hxx.
|
private |
Definition at line 500 of file TDFNodes.hxx.
|
private |
Definition at line 502 of file TDFNodes.hxx.
|
private |
Definition at line 504 of file TDFNodes.hxx.