Definition at line 34 of file RRangeBase.hxx.
Public Member Functions | |
| 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 void | AddFilterName (std::vector< std::string > &filters)=0 | 
| virtual bool | CheckFilters (unsigned int, Long64_t)=0 | 
| virtual std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > | GetGraph (std::unordered_map< void *, std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > > &visitedMap)=0 | 
| virtual RLoopManager * | GetLoopManagerUnchecked () | 
| const std::vector< std::string > & | GetVariations () const | 
| virtual std::shared_ptr< RNodeBase > | GetVariedFilter (const std::string &) | 
| Return a clone of this node that acts as a Filter working with values in the variationName "universe".   | |
| virtual void | IncrChildrenCount ()=0 | 
| virtual void | PartialReport (ROOT::RDF::RCutFlowReport &) const =0 | 
| virtual void | Report (ROOT::RDF::RCutFlowReport &) const =0 | 
| virtual void | ResetChildrenCount () | 
| virtual void | StopProcessing ()=0 | 
Protected Member Functions | |
| void | ResetCounters () | 
Protected Attributes | |
| 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/RRangeBase.hxx>
| RRangeBase::RRangeBase | ( | RLoopManager * | implPtr, | 
| unsigned int | start, | ||
| unsigned int | stop, | ||
| unsigned int | stride, | ||
| const unsigned int | nSlots, | ||
| const std::vector< std::string > & | prevVariations | ||
| ) | 
Definition at line 16 of file RRangeBase.cxx.
      
  | 
  override | 
Definition at line 30 of file RRangeBase.cxx.
      
  | 
  inline | 
Definition at line 55 of file RRangeBase.hxx.
      
  | 
  delete | 
      
  | 
  protected | 
Definition at line 22 of file RRangeBase.cxx.
      
  | 
  protected | 
True if the end of the range has been reached.
Definition at line 42 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 39 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 40 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 41 of file RRangeBase.hxx.
      
  | 
  protected | 
Number of thread slots used by this node, inherited from parent node.
Definition at line 43 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 36 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 37 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 38 of file RRangeBase.hxx.
      
  | 
  protected | 
Definition at line 44 of file RRangeBase.hxx.