Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:11:15

0001 /* @(#)root/base:$Id$ */
0002 
0003 /*************************************************************************
0004  * Copyright (C) 1995-2000, 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_Htypes
0012 #define ROOT_Htypes
0013 
0014 //////////////////////////////////////////////////////////////////////////
0015 //                                                                      //
0016 // Htypes                                                               //
0017 //                                                                      //
0018 // Types used by the histogramming classes.                             //
0019 //                                                                      //
0020 // Obsolete: typedefs included in Rtypes.h                              //
0021 //                                                                      //
0022 //////////////////////////////////////////////////////////////////////////
0023 
0024 #include "Rtypes.h"
0025 
0026 #endif
0027