Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RCallback Class Reference

Definition at line 54 of file RLoopManager.hxx.

Public Member Functions

 RCallback (ULong64_t everyN, Callback_t &&f, unsigned int nSlots)
 
void operator() (unsigned int slot)
 

Private Attributes

std::vector< ULong64_tfCounters
 
const ULong64_t fEveryN
 
const Callback_t fFun
 

#include <ROOT/RDF/RLoopManager.hxx>

Constructor & Destructor Documentation

◆ RCallback()

ROOT::Internal::RDF::RCallback::RCallback ( ULong64_t  everyN,
Callback_t &&  f,
unsigned int  nSlots 
)
inline

Definition at line 60 of file RLoopManager.hxx.

Member Function Documentation

◆ operator()()

void ROOT::Internal::RDF::RCallback::operator() ( unsigned int  slot)
inline

Definition at line 65 of file RLoopManager.hxx.

Member Data Documentation

◆ fCounters

std::vector<ULong64_t> ROOT::Internal::RDF::RCallback::fCounters
private

Definition at line 57 of file RLoopManager.hxx.

◆ fEveryN

const ULong64_t ROOT::Internal::RDF::RCallback::fEveryN
private

Definition at line 56 of file RLoopManager.hxx.

◆ fFun

const Callback_t ROOT::Internal::RDF::RCallback::fFun
private

Definition at line 55 of file RLoopManager.hxx.

Libraries for ROOT::Internal::RDF::RCallback:

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