Definition at line 702 of file TDFNodes.hxx.
#include <ROOT/TDFNodes.hxx>
◆ TRangeBase()
| TRangeBase::TRangeBase |
( |
TLoopManager * |
implPtr, |
|
|
unsigned int |
start, |
|
|
unsigned int |
stop, |
|
|
unsigned int |
stride, |
|
|
const unsigned int |
nSlots |
|
) |
| |
◆ ~TRangeBase()
| virtual ROOT::Detail::TDF::TRangeBase::~TRangeBase |
( |
| ) |
|
|
virtualdefault |
◆ CheckFilters()
| virtual bool ROOT::Detail::TDF::TRangeBase::CheckFilters |
( |
unsigned int |
slot, |
|
|
Long64_t |
entry |
|
) |
| |
|
pure virtual |
◆ GetImplPtr()
◆ GetNSlots()
| unsigned int ROOT::Detail::TDF::TRangeBase::GetNSlots |
( |
| ) |
const |
|
inline |
◆ IncrChildrenCount()
| virtual void ROOT::Detail::TDF::TRangeBase::IncrChildrenCount |
( |
| ) |
|
|
pure virtual |
◆ InitNode()
| void ROOT::Detail::TDF::TRangeBase::InitNode |
( |
| ) |
|
|
inline |
◆ operator=()
◆ PartialReport()
| virtual void ROOT::Detail::TDF::TRangeBase::PartialReport |
( |
| ) |
const |
|
pure virtual |
◆ Report()
| virtual void ROOT::Detail::TDF::TRangeBase::Report |
( |
| ) |
const |
|
pure virtual |
◆ ResetChildrenCount()
| void ROOT::Detail::TDF::TRangeBase::ResetChildrenCount |
( |
| ) |
|
|
inline |
◆ ResetCounters()
| void TRangeBase::ResetCounters |
( |
| ) |
|
|
protected |
◆ StopProcessing()
| virtual void ROOT::Detail::TDF::TRangeBase::StopProcessing |
( |
| ) |
|
|
pure virtual |
◆ fHasStopped
| bool ROOT::Detail::TDF::TRangeBase::fHasStopped {false} |
|
protected |
True if the end of the range has been reached.
Definition at line 714 of file TDFNodes.hxx.
◆ 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 704 of file TDFNodes.hxx.
◆ fLastCheckedEntry
| Long64_t ROOT::Detail::TDF::TRangeBase::fLastCheckedEntry {-1} |
|
protected |
◆ fLastResult
| bool ROOT::Detail::TDF::TRangeBase::fLastResult {true} |
|
protected |
◆ fNChildren
| unsigned int ROOT::Detail::TDF::TRangeBase::fNChildren {0} |
|
protected |
Number of nodes of the functional graph hanging from this object.
Definition at line 712 of file TDFNodes.hxx.
◆ fNProcessedEntries
| ULong64_t ROOT::Detail::TDF::TRangeBase::fNProcessedEntries {0} |
|
protected |
◆ fNSlots
| const unsigned int ROOT::Detail::TDF::TRangeBase::fNSlots |
|
protected |
Number of thread slots used by this node, inherited from parent node.
Definition at line 715 of file TDFNodes.hxx.
◆ fNStopsReceived
| unsigned int ROOT::Detail::TDF::TRangeBase::fNStopsReceived {0} |
|
protected |
Number of times that a children node signaled to stop processing entries.
Definition at line 713 of file TDFNodes.hxx.
◆ fStart
| unsigned int ROOT::Detail::TDF::TRangeBase::fStart |
|
protected |
◆ fStop
| unsigned int ROOT::Detail::TDF::TRangeBase::fStop |
|
protected |
◆ fStride
| unsigned int ROOT::Detail::TDF::TRangeBase::fStride |
|
protected |
[legend]