Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Detail::RDF::RRange< PrevData > Class Template Referencefinal

template<typename PrevData>
class ROOT::Detail::RDF::RRange< PrevData >

Definition at line 759 of file RDFNodes.hxx.

Public Member Functions

 RRange (unsigned int start, unsigned int stop, unsigned int stride, PrevData &pd)
 
 RRange (const RRange &)=delete
 
bool CheckFilters (unsigned int slot, Long64_t entry) final
 Ranges act as filters when it comes to selecting entries that downstream nodes should process. More...
 
void IncrChildrenCount () final
 
RRangeoperator= (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)
 
virtual ~RRangeBase ()=default
 
RLoopManagerGetLoopManagerUnchecked () const
 
void InitNode ()
 
RRangeBaseoperator= (const RRangeBase &)=delete
 
void ResetChildrenCount ()
 

Private Attributes

PrevData & fPrevData
 

Additional Inherited Members

- Protected Member Functions inherited from ROOT::Detail::RDF::RRangeBase
void ResetCounters ()
 
- Protected Attributes inherited from ROOT::Detail::RDF::RRangeBase
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::RRange< PrevData >:
[legend]

Constructor & Destructor Documentation

◆ RRange() [1/2]

template<typename PrevData >
ROOT::Detail::RDF::RRange< PrevData >::RRange ( unsigned int  start,
unsigned int  stop,
unsigned int  stride,
PrevData &  pd 
)
inline

Definition at line 763 of file RDFNodes.hxx.

◆ RRange() [2/2]

template<typename PrevData >
ROOT::Detail::RDF::RRange< PrevData >::RRange ( const RRange< PrevData > &  )
delete

Member Function Documentation

◆ CheckFilters()

template<typename PrevData >
bool ROOT::Detail::RDF::RRange< PrevData >::CheckFilters ( unsigned int  slot,
Long64_t  entry 
)
inlinefinalvirtual

Ranges act as filters when it comes to selecting entries that downstream nodes should process.

Implements ROOT::Detail::RDF::RRangeBase.

Definition at line 773 of file RDFNodes.hxx.

◆ IncrChildrenCount()

template<typename PrevData >
void ROOT::Detail::RDF::RRange< PrevData >::IncrChildrenCount ( )
inlinefinalvirtual

Implements ROOT::Detail::RDF::RRangeBase.

Definition at line 812 of file RDFNodes.hxx.

◆ operator=()

template<typename PrevData >
RRange& ROOT::Detail::RDF::RRange< PrevData >::operator= ( const RRange< PrevData > &  )
delete

◆ PartialReport()

template<typename PrevData >
void ROOT::Detail::RDF::RRange< PrevData >::PartialReport ( ROOT::RDF::RCutFlowReport rep) const
inlinefinalvirtual

Implements ROOT::Detail::RDF::RRangeBase.

Definition at line 803 of file RDFNodes.hxx.

◆ Report()

template<typename PrevData >
void ROOT::Detail::RDF::RRange< PrevData >::Report ( ROOT::RDF::RCutFlowReport rep) const
inlinefinalvirtual

Implements ROOT::Detail::RDF::RRangeBase.

Definition at line 801 of file RDFNodes.hxx.

◆ StopProcessing()

template<typename PrevData >
void ROOT::Detail::RDF::RRange< PrevData >::StopProcessing ( )
inlinefinalvirtual

Implements ROOT::Detail::RDF::RRangeBase.

Definition at line 805 of file RDFNodes.hxx.

Member Data Documentation

◆ fPrevData

template<typename PrevData >
PrevData& ROOT::Detail::RDF::RRange< PrevData >::fPrevData
private

Definition at line 760 of file RDFNodes.hxx.

Libraries for ROOT::Detail::RDF::RRange< PrevData >:
[legend]

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