Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
InternalUtils.hxx
Go to the documentation of this file.
1// Author: Ivan Kabadzhov CERN, Vincenzo Eduardo Padulano CERN/UPV 06/2022
2
3/*************************************************************************
4 * Copyright (C) 1995-2022, 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#ifndef ROOT_RDF_INTERNALUTILS
12#define ROOT_RDF_INTERNALUTILS
13
15#include "ROOT/RDataFrame.hxx"
16
17namespace ROOT {
18namespace Internal {
19namespace RDF {
20
21ROOT::RDataFrame MakeDataFrameFromSpec(const RDatasetSpec &spec);
22
23} // namespace RDF
24} // namespace Internal
25} // namespace ROOT
26
27#endif // ROOT_RDF_INTERNALUTILS
ROOT's RDataFrame offers a high level interface for analyses of data stored in TTree,...
ROOT::RDataFrame MakeDataFrameFromSpec(const RDatasetSpec &spec)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...