Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-05 09:08:33

0001 // @(#)root/ged:$Id$
0002 // Author: Denis Favre-Miville   08/09/05
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_HelpSMText
0013 #define ROOT_HelpSMText
0014 
0015 #include "RtypesCore.h"
0016 
0017 R__EXTERN const char gHelpSMTopLevel[];
0018 R__EXTERN const char gHelpSMGeneral[];
0019 R__EXTERN const char gHelpSMCanvas[];
0020 R__EXTERN const char gHelpSMPad[];
0021 R__EXTERN const char gHelpSMHistos[];
0022 R__EXTERN const char gHelpSMAxis[];
0023 R__EXTERN const char gHelpSMTitle[];
0024 R__EXTERN const char gHelpSMStats[];
0025 R__EXTERN const char gHelpSMPSPDF[];
0026 
0027 #endif