Definition at line 43 of file RRange.hxx.
Public Member Functions | |
| RRange (const RRange &)=delete | |
| RRange (RRange &&)=delete | |
| RRange (unsigned int start, unsigned int stop, unsigned int stride, std::shared_ptr< PrevNode_t > pd) | |
| ~RRange () final | |
| void | AddFilterName (std::vector< std::string > &filters) final |
| This function must be defined by all nodes, but only the filters will add their name. | |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| Ranges act as filters when it comes to selecting entries that downstream nodes should process. | |
| virtual std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > > &visitedMap)=0 |
| std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< RDFGraphDrawing::GraphNode > > &visitedMap) final |
| virtual RLoopManager * | GetLoopManagerUnchecked () |
| const std::vector< std::string > & | GetVariations () const |
| std::shared_ptr< RNodeBase > | GetVariedFilter (const std::string &variationName) final |
| Return a clone of this node that acts as a Filter working with values in the variationName "universe". | |
| void | IncrChildrenCount () final |
| void | InitNode () |
| RRange & | operator= (const RRange &)=delete |
| RRange & | operator= (RRange &&)=delete |
| void | PartialReport (ROOT::RDF::RCutFlowReport &rep) const final |
| void | Report (ROOT::RDF::RCutFlowReport &rep) const final |
| virtual void | ResetChildrenCount () |
| void | StopProcessing () final |
Protected Attributes | |
| bool | fHasStopped {false} |
| True if the end of the range has been reached. | |
| Long64_t | fLastCheckedEntry {-1} |
| bool | fLastResult {true} |
| RLoopManager * | fLoopManager |
| unsigned int | fNChildren {0} |
| Number of nodes of the functional graph hanging from this object. | |
| ULong64_t | fNProcessedEntries {0} |
| const unsigned int | fNSlots |
| Number of thread slots used by this node, inherited from parent node. | |
| unsigned int | fNStopsReceived {0} |
| Number of times that a children node signaled to stop processing entries. | |
| unsigned int | fStart |
| unsigned int | fStop |
| unsigned int | fStride |
| std::vector< std::string > | fVariations |
| List of systematic variations that affect this node. | |
| std::unordered_map< std::string, std::shared_ptr< RRangeBase > > | fVariedRanges |
Private Types | |
| using | PrevNode_t = std::conditional_t<std::is_same<PrevNodeRaw, RJittedFilter>::value, RFilterBase, PrevNodeRaw> |
Private Attributes | |
| PrevNode_t & | fPrevNode |
| const std::shared_ptr< PrevNode_t > | fPrevNodePtr |
#include <ROOT/RDF/RRange.hxx>
|
private |
Definition at line 47 of file RRange.hxx.
|
inline |
Definition at line 52 of file RRange.hxx.
|
delete |
|
delete |
|
inlinefinal |
Definition at line 68 of file RRange.hxx.
|
inlinefinalvirtual |
This function must be defined by all nodes, but only the filters will add their name.
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 119 of file RRange.hxx.
|
inlinefinalvirtual |
Ranges act as filters when it comes to selecting entries that downstream nodes should process.
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 71 of file RRange.hxx.
|
pure virtualinherited |
Implemented in RLoopManager, and ROOT::Detail::RDF::RLoopManager.
|
inlinefinal |
Definition at line 121 of file RRange.hxx.
|
inlinevirtualinherited |
Reimplemented in RLoopManager, and ROOT::Detail::RDF::RLoopManager.
Definition at line 79 of file RNodeBase.hxx.
|
inlineinherited |
Definition at line 81 of file RNodeBase.hxx.
|
inlinefinalvirtual |
Return a clone of this node that acts as a Filter working with values in the variationName "universe".
Reimplemented from ROOT::Detail::RDF::RNodeBase.
Definition at line 155 of file RRange.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 110 of file RRange.hxx.
|
inherited |
Definition at line 21 of file RRangeBase.cxx.
|
delete |
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 101 of file RRange.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 99 of file RRange.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 73 of file RNodeBase.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 103 of file RRange.hxx.
|
protectedinherited |
True if the end of the range has been reached.
Definition at line 41 of file RRangeBase.hxx.
|
protectedinherited |
Definition at line 38 of file RRangeBase.hxx.
|
protectedinherited |
Definition at line 39 of file RRangeBase.hxx.
|
protectedinherited |
Definition at line 45 of file RNodeBase.hxx.
|
protectedinherited |
Number of nodes of the functional graph hanging from this object.
Definition at line 46 of file RNodeBase.hxx.
|
protectedinherited |
Definition at line 40 of file RRangeBase.hxx.
|
protectedinherited |
Number of thread slots used by this node, inherited from parent node.
Definition at line 42 of file RRangeBase.hxx.
|
protectedinherited |
Number of times that a children node signaled to stop processing entries.
Definition at line 47 of file RNodeBase.hxx.
|
private |
Definition at line 49 of file RRange.hxx.
|
private |
Definition at line 48 of file RRange.hxx.
|
protectedinherited |
Definition at line 35 of file RRangeBase.hxx.
|
protectedinherited |
Definition at line 36 of file RRangeBase.hxx.
|
protectedinherited |
Definition at line 37 of file RRangeBase.hxx.
|
protectedinherited |
List of systematic variations that affect this node.
Definition at line 48 of file RNodeBase.hxx.
|
protectedinherited |
Definition at line 43 of file RRangeBase.hxx.