ROOT
master
Reference Guide
Loading...
Searching...
No Matches
RRangeBase.cxx
Go to the documentation of this file.
1
// Author: Enrico Guiraud, Danilo Piparo CERN 09/2018
2
3
/*************************************************************************
4
* Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#include "
ROOT/RDF/RRangeBase.hxx
"
12
13
using
ROOT::Detail::RDF::RRangeBase
;
14
15
RRangeBase::RRangeBase
(
RLoopManager
*
implPtr
,
unsigned
int
start,
unsigned
int
stop,
unsigned
int
stride
,
16
const
unsigned
int
nSlots
,
const
std::vector<std::string> &
prevVariations
)
17
:
RNodeBase
(
prevVariations
,
implPtr
), fStart(start), fStop(stop), fStride(
stride
), fNSlots(
nSlots
)
18
{
19
}
20
21
void
RRangeBase::InitNode
()
22
{
23
fLastCheckedEntry
= -1;
24
fNProcessedEntries
= 0;
25
fHasStopped
=
false
;
26
}
27
28
// outlined to pin virtual table
29
ROOT::Detail::RDF::RRangeBase::~RRangeBase
() =
default
;
RRangeBase.hxx
ROOT::Detail::RDF::RLoopManager
The head node of a RDF computation graph.
Definition
RLoopManager.hxx:114
ROOT::Detail::RDF::RNodeBase
Base class for non-leaf nodes of the computational graph.
Definition
RNodeBase.hxx:43
ROOT::Detail::RDF::RRangeBase
Definition
RRangeBase.hxx:33
ROOT::Detail::RDF::RRangeBase::RRangeBase
RRangeBase(RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots, const std::vector< std::string > &prevVariations)
Definition
RRangeBase.cxx:15
ROOT::Detail::RDF::RRangeBase::fNProcessedEntries
ULong64_t fNProcessedEntries
Definition
RRangeBase.hxx:40
ROOT::Detail::RDF::RRangeBase::~RRangeBase
~RRangeBase() override
ROOT::Detail::RDF::RRangeBase::fLastCheckedEntry
Long64_t fLastCheckedEntry
Definition
RRangeBase.hxx:38
ROOT::Detail::RDF::RRangeBase::InitNode
void InitNode()
Definition
RRangeBase.cxx:21
ROOT::Detail::RDF::RRangeBase::fHasStopped
bool fHasStopped
True if the end of the range has been reached.
Definition
RRangeBase.hxx:41
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
tree
dataframe
src
RRangeBase.cxx
ROOT master - Reference Guide Generated on Fri Jan 24 2025 04:37:15 (GVA Time) using Doxygen 1.10.0