00001 // @(#)root/mathcore:$Id: QuantFunc.h 21114 2007-11-29 17:16:45Z 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 the quantile distributions present in both 00013 MathCore and optionally MathMore. 00014 The MathMore ones are included only if ROOT has been built with MathMore. 00015 */ 00016 00017 00018 #ifndef ROOT_Math_QuantFunc 00019 #define ROOT_Math_QuantFunc 00020 00021 00022 #ifndef ROOT_RConfigure 00023 #include "RConfigure.h" 00024 #endif 00025 00026 00027 00028 #ifndef ROOT_Math_QuantFuncMathCore 00029 #include "Math/QuantFuncMathCore.h" 00030 #endif 00031 00032 // include distributions from MathMore when is there 00033 #ifdef R__HAS_MATHMORE 00034 00035 // extra quantiles in MathMore 00036 #ifndef ROOT_Math_QuantFuncMathMore 00037 #include "Math/QuantFuncMathMore.h" 00038 #endif 00039 00040 #endif 00041 00042 #endif // ROOT_Math_QuantFunc