ProbFunc.h

Go to the documentation of this file.
00001 // @(#)root/mathcore:$Id: ProbFunc.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 cdf distributions 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 #ifndef ROOT_Math_ProbFunc
00019 #define ROOT_Math_ProbFunc
00020 
00021 
00022 #ifndef ROOT_RConfigure
00023 #include "RConfigure.h"
00024 #endif
00025 
00026 
00027 // all cdf are in MathCore others in mathmore
00028 #ifndef ROOT_Math_ProbFuncMathCore
00029 #include "Math/ProbFuncMathCore.h"
00030 #endif
00031 
00032 // include distributions from MathMore when is there
00033 // #ifdef R__HAS_MATHMORE  
00034 
00035 // // extra cdf in MathMore
00036 // #ifndef ROOT_Math_ProbFuncMathMore
00037 // #include "Math/ProbFuncMathMore.h"
00038 // #endif
00039 
00040 // #endif
00041 
00042 #endif  // ROOT_Math_ProbFunc

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