Definition at line 437 of file RDFNodes.hxx.
#include <ROOT/RDFNodes.hxx>
◆ RCustomColumnBase()
◆ ~RCustomColumnBase()
RCustomColumnBase::~RCustomColumnBase |
( |
| ) |
|
|
virtualdefault |
◆ ClearValueReaders()
virtual void ROOT::Detail::RDF::RCustomColumnBase::ClearValueReaders |
( |
unsigned int |
slot | ) |
|
|
pure virtual |
◆ GetLoopManagerUnchecked()
RLoopManager * RCustomColumnBase::GetLoopManagerUnchecked |
( |
| ) |
const |
◆ GetName()
std::string RCustomColumnBase::GetName |
( |
| ) |
const |
◆ GetTypeId()
virtual const std::type_info& ROOT::Detail::RDF::RCustomColumnBase::GetTypeId |
( |
| ) |
const |
|
pure virtual |
◆ GetValuePtr()
virtual void* ROOT::Detail::RDF::RCustomColumnBase::GetValuePtr |
( |
unsigned int |
slot | ) |
|
|
pure virtual |
◆ InitNode()
void RCustomColumnBase::InitNode |
( |
| ) |
|
◆ InitSlot()
virtual void ROOT::Detail::RDF::RCustomColumnBase::InitSlot |
( |
TTreeReader * |
r, |
|
|
unsigned int |
slot |
|
) |
| |
|
pure virtual |
◆ IsDataSourceColumn()
bool ROOT::Detail::RDF::RCustomColumnBase::IsDataSourceColumn |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Update()
virtual void ROOT::Detail::RDF::RCustomColumnBase::Update |
( |
unsigned int |
slot, |
|
|
Long64_t |
entry |
|
) |
| |
|
pure virtual |
◆ fIsDataSourceColumn
const bool ROOT::Detail::RDF::RCustomColumnBase::fIsDataSourceColumn |
|
protected |
does the custom column refer to a data-source column? (or a user-define column?)
Definition at line 445 of file RDFNodes.hxx.
◆ fLastCheckedEntry
std::vector<Long64_t> ROOT::Detail::RDF::RCustomColumnBase::fLastCheckedEntry |
|
protected |
◆ fLoopManager
RLoopManager* ROOT::Detail::RDF::RCustomColumnBase::fLoopManager |
|
protected |
A raw pointer to the RLoopManager at the root of this functional graph.
It is only guaranteed to contain a valid address during an event loop.
Definition at line 439 of file RDFNodes.hxx.
◆ fName
const std::string ROOT::Detail::RDF::RCustomColumnBase::fName |
|
protected |
◆ fNChildren
unsigned int ROOT::Detail::RDF::RCustomColumnBase::fNChildren {0} |
|
protected |
number of nodes of the functional graph hanging from this object
Definition at line 442 of file RDFNodes.hxx.
◆ fNSlots
const unsigned int ROOT::Detail::RDF::RCustomColumnBase::fNSlots |
|
protected |
number of thread slots used by this node, inherited from parent node.
Definition at line 444 of file RDFNodes.hxx.
◆ fNStopsReceived
unsigned int ROOT::Detail::RDF::RCustomColumnBase::fNStopsReceived {0} |
|
protected |
number of times that a children node signaled to stop processing entries.
Definition at line 443 of file RDFNodes.hxx.
[legend]