ROOT  6.06/09
Reference Guide
PdfFunc.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 pdf 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_PdfFunc
19 #define ROOT_Math_PdfFunc
20 
21 
22 #ifndef ROOT_RConfigure
23 #include "RConfigure.h"
24 #endif
25 
26 // all cdf are in mathcore now
27 #ifndef ROOT_Math_PdfFuncMathCore
28 #include "Math/PdfFuncMathCore.h"
29 #endif
30 
31 // // include distributions from MathMore when is there
32 // #ifdef R__HAS_MATHMORE
33 
34 // // extra cdf in MathMore
35 // #ifndef ROOT_Math_PdfFuncMathMore
36 // #include "Math/PdfFuncMathMore.h"
37 // #endif
38 
39 
40 // #endif
41 
42 #endif // ROOT_Math_PdfFunc