Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 09:56:03

0001 // Author: Enrico Guiraud, Danilo Piparo CERN  04/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_TRESULTPROXY
0012 #define ROOT_TRESULTPROXY
0013 #include "RResultPtr.hxx"
0014 namespace ROOT {
0015 
0016 namespace RDF {
0017 template <typename T>
0018 using TResultProxy = RResultPtr<T>;
0019 } // End NS RDF
0020 
0021 } // End NS ROOT
0022 
0023 #warning The TResultProxy.hxx header has been replaced by RResultPtr.hxx
0024 
0025 #endif