Logo ROOT  
Reference Guide
ROOT::Detail::RDF::RRangeBase Class Referenceabstract

Definition at line 32 of file RRangeBase.hxx.

Public Member Functions

 RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots)
 
virtual ~RRangeBase ()
 
virtual std::shared_ptr< RDFGraphDrawing::GraphNodeGetGraph ()=0
 
void InitNode ()
 
RRangeBaseoperator= (const RRangeBase &)=delete
 
- Public Member Functions inherited from ROOT::Detail::RDF::RNodeBase
 RNodeBase (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::GraphNodeGetGraph ()=0
 
virtual RLoopManagerGetLoopManagerUnchecked ()
 
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. More...
 
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. More...
 
unsigned int fStart
 
unsigned int fStop
 
unsigned int fStride
 
- Protected Attributes inherited from ROOT::Detail::RDF::RNodeBase
RLoopManagerfLoopManager
 
unsigned int fNChildren {0}
 Number of nodes of the functional graph hanging from this object. More...
 
unsigned int fNStopsReceived {0}
 Number of times that a children node signaled to stop processing entries. More...
 

#include <ROOT/RDF/RRangeBase.hxx>

Inheritance diagram for ROOT::Detail::RDF::RRangeBase:
[legend]

Constructor & Destructor Documentation

◆ RRangeBase()

RRangeBase::RRangeBase ( RLoopManager implPtr,
unsigned int  start,
unsigned int  stop,
unsigned int  stride,
const unsigned int  nSlots 
)

Definition at line 16 of file RRangeBase.cxx.

◆ ~RRangeBase()

RRangeBase::~RRangeBase ( )
virtual

Definition at line 28 of file RRangeBase.cxx.

Member Function Documentation

◆ GetGraph()

virtual std::shared_ptr< RDFGraphDrawing::GraphNode > ROOT::Detail::RDF::RRangeBase::GetGraph ( )
pure virtual

◆ InitNode()

void ROOT::Detail::RDF::RRangeBase::InitNode ( )
inline

Definition at line 52 of file RRangeBase.hxx.

◆ operator=()

RRangeBase & ROOT::Detail::RDF::RRangeBase::operator= ( const RRangeBase )
delete

◆ ResetCounters()

void RRangeBase::ResetCounters ( )
protected

Definition at line 20 of file RRangeBase.cxx.

Member Data Documentation

◆ fHasStopped

bool ROOT::Detail::RDF::RRangeBase::fHasStopped {false}
protected

True if the end of the range has been reached.

Definition at line 40 of file RRangeBase.hxx.

◆ fLastCheckedEntry

Long64_t ROOT::Detail::RDF::RRangeBase::fLastCheckedEntry {-1}
protected

Definition at line 37 of file RRangeBase.hxx.

◆ fLastResult

bool ROOT::Detail::RDF::RRangeBase::fLastResult {true}
protected

Definition at line 38 of file RRangeBase.hxx.

◆ fNProcessedEntries

ULong64_t ROOT::Detail::RDF::RRangeBase::fNProcessedEntries {0}
protected

Definition at line 39 of file RRangeBase.hxx.

◆ fNSlots

const unsigned int ROOT::Detail::RDF::RRangeBase::fNSlots
protected

Number of thread slots used by this node, inherited from parent node.

Definition at line 41 of file RRangeBase.hxx.

◆ fStart

unsigned int ROOT::Detail::RDF::RRangeBase::fStart
protected

Definition at line 34 of file RRangeBase.hxx.

◆ fStop

unsigned int ROOT::Detail::RDF::RRangeBase::fStop
protected

Definition at line 35 of file RRangeBase.hxx.

◆ fStride

unsigned int ROOT::Detail::RDF::RRangeBase::fStride
protected

Definition at line 36 of file RRangeBase.hxx.

Libraries for ROOT::Detail::RDF::RRangeBase:
[legend]

The documentation for this class was generated from the following files: