Logo ROOT   6.14/05
Reference Guide
ProbFunc.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: L. Moneta, A. Zsenei 08/2005
3 
4  /**********************************************************************
5  * *
6  * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 /**
12  Header file declaring the cdf distributions present in both
13  MathCore and optionally MathMore.
14  The MathMore ones are included only if ROOT has been built with MathMore.
15 */
16 
17 
18 #ifndef ROOT_Math_ProbFunc
19 #define ROOT_Math_ProbFunc
20 
21 
22 #include "RConfigure.h"
23 
24 
25 // all cdf are in MathCore others in mathmore
26 #include "Math/ProbFuncMathCore.h"
27 
28 // include distributions from MathMore when is there
29 // #ifdef R__HAS_MATHMORE
30 
31 // // extra cdf in MathMore
32 // #ifndef ROOT_Math_ProbFuncMathMore
33 // #include "Math/ProbFuncMathMore.h"
34 // #endif
35 
36 // #endif
37 
38 #endif // ROOT_Math_ProbFunc