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