ROOT 6.10/09 Reference Guide |
Definition at line 516 of file TDFNodes.hxx.
Public Member Functions | |
TRange (unsigned int start, unsigned int stop, unsigned int stride, PrevData &pd) | |
TRange (const TRange &)=delete | |
bool | CheckFilters (unsigned int slot, Long64_t entry) final |
Ranges act as filters when it comes to selecting entries that downstream nodes should process. More... | |
void | PartialReport () const final |
void | Report () const final |
void | StopProcessing () |
Public Member Functions inherited from ROOT::Detail::TDF::TRangeBase | |
TRangeBase (TLoopManager *implPtr, const ColumnNames_t &tmpBranches, unsigned int start, unsigned int stop, unsigned int stride, unsigned int nSlots) | |
virtual | ~TRangeBase () |
TLoopManager * | GetImplPtr () const |
unsigned int | GetNSlots () const |
ColumnNames_t | GetTmpBranches () const |
void | IncrChildrenCount () |
Private Attributes | |
PrevData & | fPrevData |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::TDF::TRangeBase | |
bool | fHasStopped {false} |
True if the end of the range has been reached. More... | |
TLoopManager * | fImplPtr |
A raw pointer to the TLoopManager at the root of this functional graph. More... | |
Long64_t | fLastCheckedEntry {-1} |
bool | fLastResult {true} |
unsigned int | fNChildren {0} |
Number of nodes of the functional graph hanging from this object. More... | |
ULong64_t | fNProcessedEntries {0} |
const unsigned int | fNSlots |
Number of thread slots used by this node, inherited from parent node. More... | |
unsigned int | fNStopsReceived {0} |
Number of times that a children node signaled to stop processing entries. More... | |
unsigned int | fStart |
unsigned int | fStop |
unsigned int | fStride |
ColumnNames_t | fTmpBranches |
#include <ROOT/TDFNodes.hxx>
|
inline |
Definition at line 520 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Ranges act as filters when it comes to selecting entries that downstream nodes should process.
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 528 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 558 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 556 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 560 of file TDFNodes.hxx.
|
private |
Definition at line 517 of file TDFNodes.hxx.