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

Definition at line 437 of file RDFNodes.hxx.

Public Member Functions

 RCustomColumnBase (RLoopManager *df, std::string_view name, const unsigned int nSlots, const bool isDSColumn)
 
virtual ~RCustomColumnBase ()
 
virtual void ClearValueReaders (unsigned int slot)=0
 
RLoopManagerGetLoopManagerUnchecked () const
 
std::string GetName () const
 
virtual const std::type_info & GetTypeId () const =0
 
virtual voidGetValuePtr (unsigned int slot)=0
 
void InitNode ()
 
virtual void InitSlot (TTreeReader *r, unsigned int slot)=0
 
bool IsDataSourceColumn () const
 
RCustomColumnBaseoperator= (const RCustomColumnBase &)=delete
 
virtual void Update (unsigned int slot, Long64_t entry)=0
 

Protected Attributes

const bool fIsDataSourceColumn
 does the custom column refer to a data-source column? (or a user-define column?) More...
 
std::vector< Long64_tfLastCheckedEntry
 
RLoopManagerfLoopManager
 A raw pointer to the RLoopManager at the root of this functional graph. More...
 
const std::string fName
 
unsigned int fNChildren {0}
 number of nodes of the functional graph hanging from this object More...
 
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...
 

#include <ROOT/RDFNodes.hxx>

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

Constructor & Destructor Documentation

◆ RCustomColumnBase()

RCustomColumnBase::RCustomColumnBase ( RLoopManager df,
std::string_view  name,
const unsigned int  nSlots,
const bool  isDSColumn 
)

Definition at line 59 of file RDFNodes.cxx.

◆ ~RCustomColumnBase()

RCustomColumnBase::~RCustomColumnBase ( )
virtualdefault

Member Function Documentation

◆ ClearValueReaders()

virtual void ROOT::Detail::RDF::RCustomColumnBase::ClearValueReaders ( unsigned int  slot)
pure virtual

◆ GetLoopManagerUnchecked()

RLoopManager * RCustomColumnBase::GetLoopManagerUnchecked ( ) const

Definition at line 73 of file RDFNodes.cxx.

◆ GetName()

std::string RCustomColumnBase::GetName ( ) const

Definition at line 68 of file RDFNodes.cxx.

◆ GetTypeId()

virtual const std::type_info& ROOT::Detail::RDF::RCustomColumnBase::GetTypeId ( ) const
pure virtual

◆ GetValuePtr()

virtual void* ROOT::Detail::RDF::RCustomColumnBase::GetValuePtr ( unsigned int  slot)
pure virtual

◆ InitNode()

void RCustomColumnBase::InitNode ( )

Definition at line 78 of file RDFNodes.cxx.

◆ InitSlot()

virtual void ROOT::Detail::RDF::RCustomColumnBase::InitSlot ( TTreeReader r,
unsigned int  slot 
)
pure virtual

◆ IsDataSourceColumn()

bool ROOT::Detail::RDF::RCustomColumnBase::IsDataSourceColumn ( ) const
inline

Definition at line 459 of file RDFNodes.hxx.

◆ operator=()

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

◆ Update()

virtual void ROOT::Detail::RDF::RCustomColumnBase::Update ( unsigned int  slot,
Long64_t  entry 
)
pure virtual

Member Data Documentation

◆ fIsDataSourceColumn

const bool ROOT::Detail::RDF::RCustomColumnBase::fIsDataSourceColumn
protected

does the custom column refer to a data-source column? (or a user-define column?)

Definition at line 445 of file RDFNodes.hxx.

◆ fLastCheckedEntry

std::vector<Long64_t> ROOT::Detail::RDF::RCustomColumnBase::fLastCheckedEntry
protected

Definition at line 446 of file RDFNodes.hxx.

◆ fLoopManager

RLoopManager* ROOT::Detail::RDF::RCustomColumnBase::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 439 of file RDFNodes.hxx.

◆ fName

const std::string ROOT::Detail::RDF::RCustomColumnBase::fName
protected

Definition at line 441 of file RDFNodes.hxx.

◆ fNChildren

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

number of nodes of the functional graph hanging from this object

Definition at line 442 of file RDFNodes.hxx.

◆ fNSlots

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

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

Definition at line 444 of file RDFNodes.hxx.

◆ fNStopsReceived

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

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

Definition at line 443 of file RDFNodes.hxx.

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

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