Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ROOT::Detail::RDF::RRangeBase Class Referenceabstract

Definition at line 721 of file RDFNodes.hxx.

Public Member Functions

 RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots)
 
virtual ~RRangeBase ()=default
 
virtual bool CheckFilters (unsigned int slot, Long64_t entry)=0
 
RLoopManagerGetLoopManagerUnchecked () const
 
virtual void IncrChildrenCount ()=0
 
void InitNode ()
 
RRangeBaseoperator= (const RRangeBase &)=delete
 
virtual void PartialReport (ROOT::RDF::RCutFlowReport &) const =0
 
virtual void Report (ROOT::RDF::RCutFlowReport &) const =0
 
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}
 
RLoopManagerfLoopManager
 A raw pointer to the RLoopManager at the root of this functional graph. More...
 
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/RDFNodes.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 595 of file RDFNodes.cxx.

◆ ~RRangeBase()

virtual ROOT::Detail::RDF::RRangeBase::~RRangeBase ( )
virtualdefault

Member Function Documentation

◆ CheckFilters()

virtual bool ROOT::Detail::RDF::RRangeBase::CheckFilters ( unsigned int  slot,
Long64_t  entry 
)
pure virtual

◆ GetLoopManagerUnchecked()

RLoopManager * RRangeBase::GetLoopManagerUnchecked ( ) const

Definition at line 601 of file RDFNodes.cxx.

◆ IncrChildrenCount()

virtual void ROOT::Detail::RDF::RRangeBase::IncrChildrenCount ( )
pure virtual

◆ InitNode()

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

Definition at line 755 of file RDFNodes.hxx.

◆ operator=()

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

◆ PartialReport()

virtual void ROOT::Detail::RDF::RRangeBase::PartialReport ( ROOT::RDF::RCutFlowReport ) const
pure virtual

◆ Report()

virtual void ROOT::Detail::RDF::RRangeBase::Report ( ROOT::RDF::RCutFlowReport ) const
pure virtual

◆ ResetChildrenCount()

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

Definition at line 750 of file RDFNodes.hxx.

◆ ResetCounters()

void RRangeBase::ResetCounters ( )
protected

Definition at line 606 of file RDFNodes.cxx.

◆ StopProcessing()

virtual void ROOT::Detail::RDF::RRangeBase::StopProcessing ( )
pure virtual

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 733 of file RDFNodes.hxx.

◆ fLastCheckedEntry

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

Definition at line 728 of file RDFNodes.hxx.

◆ fLastResult

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

Definition at line 729 of file RDFNodes.hxx.

◆ fLoopManager

RLoopManager* ROOT::Detail::RDF::RRangeBase::fLoopManager
protected

A raw pointer to the RLoopManager at the root of this functional graph.

It is only guaranteed to contain a valid address during an event loop.

Definition at line 723 of file RDFNodes.hxx.

◆ fNChildren

unsigned int ROOT::Detail::RDF::RRangeBase::fNChildren {0}
protected

Number of nodes of the functional graph hanging from this object.

Definition at line 731 of file RDFNodes.hxx.

◆ fNProcessedEntries

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

Definition at line 730 of file RDFNodes.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 734 of file RDFNodes.hxx.

◆ fNStopsReceived

unsigned int ROOT::Detail::RDF::RRangeBase::fNStopsReceived {0}
protected

Number of times that a children node signaled to stop processing entries.

Definition at line 732 of file RDFNodes.hxx.

◆ fStart

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

Definition at line 725 of file RDFNodes.hxx.

◆ fStop

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

Definition at line 726 of file RDFNodes.hxx.

◆ fStride

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

Definition at line 727 of file RDFNodes.hxx.

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

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