Definition at line 39 of file RActionBase.hxx.
#include <ROOT/RDF/RActionBase.hxx>
◆ RActionBase() [1/2]
◆ RActionBase() [2/2]
ROOT::Internal::RDF::RActionBase::RActionBase |
( |
const RActionBase & |
| ) |
|
|
delete |
◆ ~RActionBase()
RActionBase::~RActionBase |
( |
| ) |
|
|
virtual |
◆ Finalize()
virtual void ROOT::Internal::RDF::RActionBase::Finalize |
( |
| ) |
|
|
pure virtual |
◆ FinalizeSlot()
virtual void ROOT::Internal::RDF::RActionBase::FinalizeSlot |
( |
unsigned int |
| ) |
|
|
pure virtual |
◆ GetColumnNames()
const ColumnNames_t & ROOT::Internal::RDF::RActionBase::GetColumnNames |
( |
| ) |
const |
|
inline |
◆ GetDataBlockCallback()
virtual std::function< void(unsigned int)> ROOT::Internal::RDF::RActionBase::GetDataBlockCallback |
( |
| ) |
|
|
pure virtual |
◆ GetDefines()
◆ GetGraph()
◆ GetLoopManager()
RLoopManager * ROOT::Internal::RDF::RActionBase::GetLoopManager |
( |
| ) |
|
|
inline |
◆ GetMergeableValue()
virtual std::unique_ptr< RMergeableValueBase > ROOT::Internal::RDF::RActionBase::GetMergeableValue |
( |
| ) |
const |
|
pure virtual |
◆ GetNSlots()
unsigned int ROOT::Internal::RDF::RActionBase::GetNSlots |
( |
| ) |
const |
|
inline |
◆ HasRun()
virtual bool ROOT::Internal::RDF::RActionBase::HasRun |
( |
| ) |
const |
|
inlinevirtual |
◆ 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 |
◆ SetHasRun()
virtual void ROOT::Internal::RDF::RActionBase::SetHasRun |
( |
| ) |
|
|
inlinevirtual |
◆ TriggerChildrenCount()
virtual void ROOT::Internal::RDF::RActionBase::TriggerChildrenCount |
( |
| ) |
|
|
pure virtual |
◆ fColumnNames
const ColumnNames_t ROOT::Internal::RDF::RActionBase::fColumnNames |
|
private |
◆ fDefines
◆ fHasRun
bool ROOT::Internal::RDF::RActionBase::fHasRun = false |
|
private |
◆ fLoopManager
RLoopManager* ROOT::Internal::RDF::RActionBase::fLoopManager |
|
protected |
A raw pointer to the RLoopManager at the root of this functional graph.
Never null: children nodes have shared ownership of parent nodes in the graph.
Definition at line 43 of file RActionBase.hxx.
◆ fNSlots
const unsigned int ROOT::Internal::RDF::RActionBase::fNSlots |
|
private |
Number of thread slots used by this node.
Definition at line 46 of file RActionBase.hxx.
The documentation for this class was generated from the following files: