PdfFunc.h

Go to the documentation of this file.
00001 // @(#)root/mathcore:$Id: PdfFunc.h 24027 2008-05-26 20:50:41Z 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 pdf 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_PdfFunc
00019 #define ROOT_Math_PdfFunc
00020 
00021 
00022 #ifndef ROOT_RConfigure
00023 #include "RConfigure.h"
00024 #endif
00025 
00026 // all cdf are in mathcore now
00027 #ifndef ROOT_Math_PdfFuncMathCore
00028 #include "Math/PdfFuncMathCore.h"
00029 #endif
00030 
00031 // // include distributions from MathMore when is there
00032 // #ifdef R__HAS_MATHMORE  
00033 
00034 // // extra cdf in MathMore
00035 // #ifndef ROOT_Math_PdfFuncMathMore
00036 // #include "Math/PdfFuncMathMore.h"
00037 // #endif
00038 
00039 
00040 // #endif
00041 
00042 #endif  // ROOT_Math_PdfFunc

Generated on Tue Jul 5 14:25:36 2011 for ROOT_528-00b_version by  doxygen 1.5.1