Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RDFInternalUtils.cxx
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
12
13namespace ROOT {
14namespace Internal {
15namespace RDF {
16
17ROOT::RDataFrame MakeDataFrameFromSpec(const RDatasetSpec &spec)
18{
19 return ROOT::RDataFrame(std::move(spec));
20}
21
22} // namespace RDF
23} // namespace Internal
24} // namespace ROOT
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...