Definition at line 338 of file RDFNodes.hxx.
#include <ROOT/RDFNodes.hxx>
◆ RActionBase() [1/2]
ROOT::Internal::RDF::RActionBase::RActionBase |
( |
RLoopManager * |
implPtr, |
|
|
const unsigned int |
nSlots |
|
) |
| |
◆ RActionBase() [2/2]
ROOT::Internal::RDF::RActionBase::RActionBase |
( |
const RActionBase & |
| ) |
|
|
delete |
◆ ~RActionBase()
virtual ROOT::Internal::RDF::RActionBase::~RActionBase |
( |
| ) |
|
|
virtualdefault |
◆ FinalizeSlot()
virtual void ROOT::Internal::RDF::RActionBase::FinalizeSlot |
( |
unsigned |
int | ) |
|
|
pure virtual |
◆ Initialize()
virtual void ROOT::Internal::RDF::RActionBase::Initialize |
( |
| ) |
|
|
pure virtual |
◆ InitSlot()
virtual void ROOT::Internal::RDF::RActionBase::InitSlot |
( |
TTreeReader * |
r, |
|
|
unsigned int |
slot |
|
) |
| |
|
pure virtual |
◆ operator=()
◆ PartialUpdate()
virtual void* ROOT::Internal::RDF::RActionBase::PartialUpdate |
( |
unsigned int |
slot | ) |
|
|
pure virtual |
◆ Run()
virtual void ROOT::Internal::RDF::RActionBase::Run |
( |
unsigned int |
slot, |
|
|
Long64_t |
entry |
|
) |
| |
|
pure virtual |
◆ TriggerChildrenCount()
virtual void ROOT::Internal::RDF::RActionBase::TriggerChildrenCount |
( |
| ) |
|
|
pure virtual |
◆ fLoopManager
RLoopManager* ROOT::Internal::RDF::RActionBase::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 340 of file RDFNodes.hxx.
◆ fNSlots
const unsigned int ROOT::Internal::RDF::RActionBase::fNSlots |
|
protected |
Number of thread slots used by this node.
Definition at line 343 of file RDFNodes.hxx.
[legend]