Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:22:08

0001 // @(#)root/mathcore:$Id$
0002 // Authors: L. Moneta, A. Zsenei   08/2005
0003 
0004  /**********************************************************************
0005   *                                                                    *
0006   * Copyright (c) 2004 ROOT Foundation,  CERN/PH-SFT                   *
0007   *                                                                    *
0008   *                                                                    *
0009   **********************************************************************/
0010 
0011 /**
0012     Header file declaring the pdf distributions present in both
0013     MathCore and optionally MathMore.
0014     The MathMore ones are included only if ROOT has been built with MathMore.
0015 */
0016 
0017 
0018 #ifndef ROOT_Math_PdfFunc
0019 #define ROOT_Math_PdfFunc
0020 
0021 
0022 #include "RConfigure.h"
0023 
0024 // all cdf are in mathcore now
0025 #include "Math/PdfFuncMathCore.h"
0026 
0027 // // include distributions from MathMore when is there
0028 // #ifdef R__HAS_MATHMORE
0029 
0030 // // extra cdf in MathMore
0031 // #ifndef ROOT_Math_PdfFuncMathMore
0032 // #include "Math/PdfFuncMathMore.h"
0033 // #endif
0034 
0035 
0036 // #endif
0037 
0038 #endif  // ROOT_Math_PdfFunc