|
ROOT 6.12/07 Reference Guide |
Definition at line 741 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 | IncrChildrenCount () final |
| TRange & | operator= (const TRange &)=delete |
| void | PartialReport () const final |
| void | Report () const final |
| void | StopProcessing () final |
Public Member Functions inherited from ROOT::Detail::TDF::TRangeBase | |
| TRangeBase (TLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots) | |
| virtual | ~TRangeBase ()=default |
| TLoopManager * | GetImplPtr () const |
| unsigned int | GetNSlots () const |
| void | InitNode () |
| TRangeBase & | operator= (const TRangeBase &)=delete |
| void | ResetChildrenCount () |
Private Attributes | |
| PrevData & | fPrevData |
Additional Inherited Members | |
Protected Member Functions inherited from ROOT::Detail::TDF::TRangeBase | |
| void | ResetCounters () |
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 |
#include <ROOT/TDFNodes.hxx>
|
inline |
Definition at line 745 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 754 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 793 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 784 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 782 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TRangeBase.
Definition at line 786 of file TDFNodes.hxx.
|
private |
Definition at line 742 of file TDFNodes.hxx.