Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Detail::RDF::RRangeBase Class Referenceabstract

Definition at line 33 of file RRangeBase.hxx.

Public Member Functions

 RRangeBase (const RRangeBase &)=delete
 RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots, const std::vector< std::string > &prevVariations)
 RRangeBase (RRangeBase &&)=delete
 ~RRangeBase () override
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 (std::unordered_map< void *, std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > > &visitedMap)=0
virtual RLoopManagerGetLoopManagerUnchecked ()
const std::vector< std::string > & GetVariations () const
virtual std::shared_ptr< RNodeBaseGetVariedFilter (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
void InitNode ()
RRangeBaseoperator= (const RRangeBase &)=delete
RRangeBaseoperator= (RRangeBase &&)=delete
virtual void PartialReport (ROOT::RDF::RCutFlowReport &) const =0
virtual void Report (ROOT::RDF::RCutFlowReport &) const =0
virtual void ResetChildrenCount ()
virtual void StopProcessing ()=0

Protected Attributes

bool fHasStopped {false}
 True if the end of the range has been reached.
Long64_t fLastCheckedEntry {-1}
bool fLastResult {true}
RLoopManagerfLoopManager
unsigned int fNChildren {0}
 Number of nodes of the functional graph hanging from this object.
ULong64_t fNProcessedEntries {0}
const unsigned int fNSlots
 Number of thread slots used by this node, inherited from parent node.
unsigned int fNStopsReceived {0}
 Number of times that a children node signaled to stop processing entries.
unsigned int fStart
unsigned int fStop
unsigned int fStride
std::vector< std::string > fVariations
 List of systematic variations that affect this node.
std::unordered_map< std::string, std::shared_ptr< RRangeBase > > fVariedRanges

#include <ROOT/RDF/RRangeBase.hxx>

Inheritance diagram for ROOT::Detail::RDF::RRangeBase:
ROOT::Detail::RDF::RNodeBase ROOT::Detail::RDF::RRange< PrevNodeRaw >

Constructor & Destructor Documentation

◆ RRangeBase() [1/3]

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 15 of file RRangeBase.cxx.

◆ RRangeBase() [2/3]

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

◆ RRangeBase() [3/3]

ROOT::Detail::RDF::RRangeBase::RRangeBase ( RRangeBase && )
delete

◆ ~RRangeBase()

ROOT::Detail::RDF::RRangeBase::~RRangeBase ( )
overridedefault

Member Function Documentation

◆ AddFilterName()

virtual void ROOT::Detail::RDF::RNodeBase::AddFilterName ( std::vector< std::string > & filters)
pure virtualinherited

◆ CheckFilters()

◆ GetGraph()

virtual std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > ROOT::Detail::RDF::RNodeBase::GetGraph ( std::unordered_map< void *, std::shared_ptr< ROOT::Internal::RDF::GraphDrawing::GraphNode > > & visitedMap)
pure virtualinherited

◆ GetLoopManagerUnchecked()

virtual RLoopManager * ROOT::Detail::RDF::RNodeBase::GetLoopManagerUnchecked ( )
inlinevirtualinherited

Reimplemented in RLoopManager, and ROOT::Detail::RDF::RLoopManager.

Definition at line 79 of file RNodeBase.hxx.

◆ GetVariations()

const std::vector< std::string > & ROOT::Detail::RDF::RNodeBase::GetVariations ( ) const
inlineinherited

Definition at line 81 of file RNodeBase.hxx.

◆ GetVariedFilter()

virtual std::shared_ptr< RNodeBase > ROOT::Detail::RDF::RNodeBase::GetVariedFilter ( const std::string & )
inlinevirtualinherited

Return a clone of this node that acts as a Filter working with values in the variationName "universe".

Reimplemented in ROOT::Detail::RDF::RFilter< FilterF, PrevNodeRaw >, ROOT::Detail::RDF::RFilterWithMissingValues< PrevNodeRaw >, ROOT::Detail::RDF::RJittedFilter, and ROOT::Detail::RDF::RRange< PrevNodeRaw >.

Definition at line 84 of file RNodeBase.hxx.

◆ IncrChildrenCount()

◆ InitNode()

void RRangeBase::InitNode ( )

Definition at line 21 of file RRangeBase.cxx.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ PartialReport()

◆ Report()

◆ ResetChildrenCount()

virtual void ROOT::Detail::RDF::RNodeBase::ResetChildrenCount ( )
inlinevirtualinherited

Reimplemented in ROOT::Detail::RDF::RJittedFilter.

Definition at line 73 of file RNodeBase.hxx.

◆ StopProcessing()

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 41 of file RRangeBase.hxx.

◆ fLastCheckedEntry

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

Definition at line 38 of file RRangeBase.hxx.

◆ fLastResult

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

Definition at line 39 of file RRangeBase.hxx.

◆ fLoopManager

RLoopManager* ROOT::Detail::RDF::RNodeBase::fLoopManager
protectedinherited

Definition at line 45 of file RNodeBase.hxx.

◆ fNChildren

unsigned int ROOT::Detail::RDF::RNodeBase::fNChildren {0}
protectedinherited

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

Definition at line 46 of file RNodeBase.hxx.

◆ fNProcessedEntries

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

Definition at line 40 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 42 of file RRangeBase.hxx.

◆ fNStopsReceived

unsigned int ROOT::Detail::RDF::RNodeBase::fNStopsReceived {0}
protectedinherited

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

Definition at line 47 of file RNodeBase.hxx.

◆ fStart

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

Definition at line 35 of file RRangeBase.hxx.

◆ fStop

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

Definition at line 36 of file RRangeBase.hxx.

◆ fStride

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

Definition at line 37 of file RRangeBase.hxx.

◆ fVariations

std::vector<std::string> ROOT::Detail::RDF::RNodeBase::fVariations
protectedinherited

List of systematic variations that affect this node.

Definition at line 48 of file RNodeBase.hxx.

◆ fVariedRanges

std::unordered_map<std::string, std::shared_ptr<RRangeBase> > ROOT::Detail::RDF::RRangeBase::fVariedRanges
protected

Definition at line 43 of file RRangeBase.hxx.


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