SpecFunc.h

Go to the documentation of this file.
00001 // @(#)root/mathcore:$Id: SpecFunc.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Authors: L. Moneta, A. Zsenei   08/2005
00003 
00004  /**********************************************************************
00005   *                                                                    *
00006   * Copyright (c) 2004 ROOT Foundation,  CERN/PH-SFT                   *
00007   *                                                                    *
00008   *                                                                    *
00009   **********************************************************************/
00010 
00011 /** 
00012     Header file declaring the special functions present in both 
00013     MathCore and  optionally MathMore. 
00014     The MathMore ones are included only if ROOT has been built with MathMore. 
00015 */
00016 
00017 
00018 
00019 #ifndef ROOT_Math_SpecFunc
00020 #define ROOT_Math_SpecFunc
00021 
00022 
00023 #ifndef ROOT_RConfigure
00024 #include "RConfigure.h"
00025 #endif
00026 
00027 
00028 
00029 #ifndef ROOT_Math_SpecFuncMathCore
00030 #include "Math/SpecFuncMathCore.h"
00031 #endif
00032 
00033 #ifdef R__HAS_MATHMORE  
00034 // in case Mathmore exists include their GSL based special functions
00035 
00036 #ifndef ROOT_Math_SpecFuncMathMore
00037 #include "Math/SpecFuncMathMore.h"
00038 #endif
00039 
00040 #endif
00041 
00042 #endif  // ROOT_Math_SpecFunc

Generated on Tue Jul 5 14:25:38 2011 for ROOT_528-00b_version by  doxygen 1.5.1