Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RInterface.cxx
Go to the documentation of this file.
1// Author: Vincenzo Eduardo Padulano, Axel Naumann, Enrico Guiraud CERN 02/2023
2
3/*************************************************************************
4 * Copyright (C) 1995-2023, 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
12
14 std::pair<ULong64_t, ULong64_t> &&newRange)
15{
16 R__ASSERT(newRange.second >= newRange.first && "end is less than begin in the passed entry range!");
17 node.GetLoopManager()->SetEmptyEntryRange(std::move(newRange));
18}
#define R__ASSERT(e)
Definition TError.h:118
void SetEmptyEntryRange(std::pair< ULong64_t, ULong64_t > &&newRange)
RDFDetail::RLoopManager * GetLoopManager() const
The public interface to the RDataFrame federation of classes.
void ChangeEmptyEntryRange(const ROOT::RDF::RNode &node, std::pair< ULong64_t, ULong64_t > &&newRange)