Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:22:42

0001 // Author: Enrico Guiraud, Danilo Piparo CERN  05/2018
0002 
0003 /*************************************************************************
0004  * Copyright (C) 1995-2018, Rene Brun and Fons Rademakers.               *
0005  * All rights reserved.                                                  *
0006  *                                                                       *
0007  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0008  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0009  *************************************************************************/
0010 
0011 #ifndef ROOT_TDATAFRAME
0012 #define ROOT_TDATAFRAME
0013 #include "RDataFrame.hxx"
0014 namespace ROOT {
0015 
0016 using TDataFrame = ROOT::RDataFrame;
0017 
0018 } // End NS ROOT
0019 
0020 #warning The TDataFrame.hxx header has been replaced by RDataFrame.hxx
0021 
0022 #endif