Definition at line 43 of file RRange.hxx.
Public Member Functions | |
| RRange (const RRange &)=delete | |
| RRange (unsigned int start, unsigned int stop, unsigned int stride, std::shared_ptr< PrevNode_t > pd) | |
| ~RRange () | |
| 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.   | |
| std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< RDFGraphDrawing::GraphNode > > &visitedMap) final | 
| 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 | 
| RRange & | operator= (const RRange &)=delete | 
| void | PartialReport (ROOT::RDF::RCutFlowReport &rep) const final | 
| void | Report (ROOT::RDF::RCutFlowReport &rep) const final | 
| void | StopProcessing () final | 
  Public Member Functions inherited from ROOT::Detail::RDF::RRangeBase | |
| RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots, const std::vector< std::string > &prevVariations) | |
| ~RRangeBase () override | |
| void | InitNode () | 
| RRangeBase & | operator= (const RRangeBase &)=delete | 
  Public Member Functions inherited from ROOT::Detail::RDF::RNodeBase | |
| RNodeBase (const std::vector< std::string > &variations={}, RLoopManager *lm=nullptr) | |
| virtual | ~RNodeBase () | 
| virtual RLoopManager * | GetLoopManagerUnchecked () | 
| const std::vector< std::string > & | GetVariations () const | 
| virtual void | ResetChildrenCount () | 
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 | 
Additional Inherited Members | |
  Protected Attributes inherited from ROOT::Detail::RDF::RRangeBase | |
| bool | fHasStopped {false} | 
| True if the end of the range has been reached.   | |
| Long64_t | fLastCheckedEntry {-1} | 
| bool | fLastResult {true} | 
| ULong64_t | fNProcessedEntries {0} | 
| const unsigned int | fNSlots | 
| Number of thread slots used by this node, inherited from parent node.   | |
| unsigned int | fStart | 
| unsigned int | fStop | 
| unsigned int | fStride | 
| std::unordered_map< std::string, std::shared_ptr< RRangeBase > > | fVariedRanges | 
  Protected Attributes inherited from ROOT::Detail::RDF::RNodeBase | |
| RLoopManager * | fLoopManager | 
| unsigned int | fNChildren {0} | 
| Number of nodes of the functional graph hanging from this object.   | |
| unsigned int | fNStopsReceived {0} | 
| Number of times that a children node signaled to stop processing entries.   | |
| std::vector< std::string > | fVariations | 
| List of systematic variations that affect this node.   | |
#include <ROOT/RDF/RRange.hxx>
      
  | 
  private | 
Definition at line 47 of file RRange.hxx.
      
  | 
  inline | 
Definition at line 52 of file RRange.hxx.
      
  | 
  delete | 
      
  | 
  inline | 
Definition at line 64 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 115 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 67 of file RRange.hxx.
      
  | 
  inlinefinalvirtual | 
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 117 of file RRange.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 151 of file RRange.hxx.
      
  | 
  inlinefinalvirtual | 
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 106 of file RRange.hxx.
      
  | 
  delete | 
      
  | 
  inlinefinalvirtual | 
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 97 of file RRange.hxx.
      
  | 
  inlinefinalvirtual | 
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 95 of file RRange.hxx.
      
  | 
  inlinefinalvirtual | 
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 99 of file RRange.hxx.
      
  | 
  private | 
Definition at line 49 of file RRange.hxx.
      
  | 
  private | 
Definition at line 48 of file RRange.hxx.