ROOT
Version v6.32
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
▼
tree
▼
dataframe
►
inc
▼
src
RActionBase.cxx
►
RArrowDS.cxx
►
RCsvDS.cxx
RCutFlowReport.cxx
►
RDataFrame.cxx
RDatasetSpec.cxx
RDefineBase.cxx
RDefineReader.cxx
►
RDFActionHelpers.cxx
RDFColumnRegister.cxx
►
RDFDescription.cxx
RDFDisplay.cxx
RDFGraphUtils.cxx
►
RDFHelpers.cxx
►
RDFHistoModels.cxx
►
RDFInterfaceUtils.cxx
►
RDFUtils.cxx
RFilterBase.cxx
RInterface.cxx
RInterfaceBase.cxx
RJittedAction.cxx
RJittedDefine.cxx
RJittedFilter.cxx
RJittedVariation.cxx
►
RLoopManager.cxx
►
RMetaData.cxx
►
RNTupleDS.cxx
RRangeBase.cxx
RResultPtr.cxx
RRootDS.cxx
RSample.cxx
►
RSqliteDS.cxx
►
RTrivialDS.cxx
RVariationBase.cxx
RVariationReader.cxx
RVariationsDescription.cxx
►
ntuple
►
ntupleutil
►
readspeed
►
tree
►
treeplayer
►
treeviewer
►
webviewer
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
RRangeBase::~RRangeBase
() { }
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::fLastCheckedEntry
Long64_t fLastCheckedEntry
Definition
RRangeBase.hxx:38
ROOT::Detail::RDF::RRangeBase::~RRangeBase
~RRangeBase() override
Definition
RRangeBase.cxx:29
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 v6-32 - Reference Guide Generated on Sat Feb 15 2025 05:10:11 (GVA Time) using Doxygen 1.10.0