|
||||
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 cdf 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_ProbFunc 0019 #define ROOT_Math_ProbFunc 0020 0021 0022 #include "RConfigure.h" 0023 0024 0025 // all cdf are in MathCore others in mathmore 0026 #include "Math/ProbFuncMathCore.h" 0027 0028 // include distributions from MathMore when is there 0029 // #ifdef R__HAS_MATHMORE 0030 0031 // // extra cdf in MathMore 0032 // #ifndef ROOT_Math_ProbFuncMathMore 0033 // #include "Math/ProbFuncMathMore.h" 0034 // #endif 0035 0036 // #endif 0037 0038 #endif // ROOT_Math_ProbFunc
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |