// Author: Enrico Guiraud, Danilo Piparo CERN 05/2018 /************************************************************************* * Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TDATAFRAME #define ROOT_TDATAFRAME #include "RDataFrame.hxx" namespace ROOT { using TDataFrame = ROOT::RDataFrame; } // End NS ROOT #warning The TDataFrame.hxx header has been replaced by RDataFrame.hxx #endif