Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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