Definition at line 351 of file TDFNodes.hxx.
#include <ROOT/TDFNodes.hxx>
◆ TActionBase() [1/2]
ROOT::Internal::TDF::TActionBase::TActionBase |
( |
TLoopManager * |
implPtr, |
|
|
const unsigned int |
nSlots |
|
) |
| |
◆ TActionBase() [2/2]
ROOT::Internal::TDF::TActionBase::TActionBase |
( |
const TActionBase & |
| ) |
|
|
delete |
◆ ~TActionBase()
virtual ROOT::Internal::TDF::TActionBase::~TActionBase |
( |
| ) |
|
|
virtualdefault |
◆ ClearValueReaders()
virtual void ROOT::Internal::TDF::TActionBase::ClearValueReaders |
( |
unsigned int |
slot | ) |
|
|
pure virtual |
◆ GetNSlots()
unsigned int ROOT::Internal::TDF::TActionBase::GetNSlots |
( |
| ) |
const |
|
inline |
◆ InitSlot()
virtual void ROOT::Internal::TDF::TActionBase::InitSlot |
( |
TTreeReader * |
r, |
|
|
unsigned int |
slot |
|
) |
| |
|
pure virtual |
◆ operator=()
◆ PartialUpdate()
virtual void* ROOT::Internal::TDF::TActionBase::PartialUpdate |
( |
unsigned int |
slot | ) |
|
|
pure virtual |
◆ Run()
virtual void ROOT::Internal::TDF::TActionBase::Run |
( |
unsigned int |
slot, |
|
|
Long64_t |
entry |
|
) |
| |
|
pure virtual |
◆ TriggerChildrenCount()
virtual void ROOT::Internal::TDF::TActionBase::TriggerChildrenCount |
( |
| ) |
|
|
pure virtual |
◆ fImplPtr
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 353 of file TDFNodes.hxx.
◆ fNSlots
const unsigned int ROOT::Internal::TDF::TActionBase::fNSlots |
|
protected |
Number of thread slots used by this node.
Definition at line 356 of file TDFNodes.hxx.
[legend]