Definition at line 485 of file TDFNodes.hxx.
#include <ROOT/TDFNodes.hxx>
◆ TRangeBase()
TRangeBase::TRangeBase |
( |
TLoopManager * |
implPtr, |
|
|
const ColumnNames_t & |
tmpBranches, |
|
|
unsigned int |
start, |
|
|
unsigned int |
stop, |
|
|
unsigned int |
stride, |
|
|
unsigned int |
nSlots |
|
) |
| |
◆ ~TRangeBase()
virtual ROOT::Detail::TDF::TRangeBase::~TRangeBase |
( |
| ) |
|
|
inlinevirtual |
◆ 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 |
◆ GetTmpBranches()
ColumnNames_t TRangeBase::GetTmpBranches |
( |
| ) |
const |
◆ IncrChildrenCount()
void ROOT::Detail::TDF::TRangeBase::IncrChildrenCount |
( |
| ) |
|
|
inline |
◆ PartialReport()
virtual void ROOT::Detail::TDF::TRangeBase::PartialReport |
( |
| ) |
const |
|
pure virtual |
◆ Report()
virtual void ROOT::Detail::TDF::TRangeBase::Report |
( |
| ) |
const |
|
pure virtual |
◆ 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 498 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 487 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 496 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 499 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 497 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 |
◆ fTmpBranches
ColumnNames_t ROOT::Detail::TDF::TRangeBase::fTmpBranches |
|
protected |
The documentation for this class was generated from the following files: