DistFunc.h

Go to the documentation of this file.
00001 // @(#)root/mathcore:$Id: DistFunc.h 37160 2010-12-01 21:52:04Z moneta $
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 all distributions, pdf, cdf and quantiles present in 
00013     MathCore and optionally MathMore. 
00014     The MathMore ones are included only if ROOT has been built with MathMore. 
00015 */
00016 
00017 #ifndef ROOT_Math_DistFunc
00018 #define ROOT_Math_DistFunc
00019 
00020 
00021 #ifndef ROOT_RConfigure
00022 #include "RConfigure.h"
00023 #endif
00024 
00025 
00026 
00027 
00028 // pdf functions from MathCore
00029 #ifndef ROOT_Math_PdfFuncMathCore
00030 #include "Math/PdfFuncMathCore.h"
00031 #endif
00032 
00033 // all cdf are in MathCore now 
00034 #ifndef ROOT_Math_ProbFuncMathCore
00035 #include "Math/ProbFuncMathCore.h"
00036 #endif
00037 
00038 //quantiles functions from mathcore
00039 #ifndef ROOT_Math_QuantFuncMathCore
00040 #include "Math/QuantFuncMathCore.h"
00041 #endif
00042 
00043 // include distributions from MathMore when is there
00044 #ifdef R__HAS_MATHMORE  
00045 
00046 // // extra pdf functions from MathMore
00047 #ifndef ROOT_Math_PdfFuncMathMore
00048 #include "Math/PdfFuncMathMore.h"
00049 #endif
00050 
00051 // no -more extra cdf in MathMore
00052 // #ifndef ROOT_Math_ProbFuncMathMore
00053 // #include "Math/ProbFuncMathMore.h"
00054 // #endif
00055 
00056 // inverse (quantiles) are all in mathmore
00057 #ifndef ROOT_Math_QuantFuncMathMore
00058 #include "Math/QuantFuncMathMore.h"
00059 #endif
00060 
00061 #endif
00062 
00063 #endif  // ROOT_Math_DistFunc

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