ROOT
6.14/05
Reference Guide
tree
dataframe
inc
ROOT
TDataFrame.hxx
Go to the documentation of this file.
1
// Author: Enrico Guiraud, Danilo Piparo CERN 05/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
#ifndef ROOT_TDATAFRAME
12
#define ROOT_TDATAFRAME
13
#include "
RDataFrame.hxx
"
14
namespace
ROOT
{
15
16
using
TDataFrame
=
ROOT::RDataFrame
;
17
18
}
// End NS ROOT
19
20
#warning The TDataFrame.hxx header has been replaced by RDataFrame.hxx
21
22
#endif
ROOT
Namespace for new ROOT classes and functions.
Definition:
StringConv.hxx:21
ROOT::RDataFrame
ROOT's RDataFrame offers a high level interface for analyses of data stored in TTrees, CSV's and other data formats.
Definition:
RDataFrame.hxx:42
RDataFrame.hxx