Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.22
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
#include "RConfigure.h"
23
24
// all cdf are in mathcore now
25
#include "
Math/PdfFuncMathCore.h
"
26
27
// // include distributions from MathMore when is there
28
// #ifdef R__HAS_MATHMORE
29
30
// // extra cdf in MathMore
31
// #ifndef ROOT_Math_PdfFuncMathMore
32
// #include "Math/PdfFuncMathMore.h"
33
// #endif
34
35
36
// #endif
37
38
#endif
// ROOT_Math_PdfFunc
PdfFuncMathCore.h
math
mathcore
inc
Math
PdfFunc.h
ROOT v6-22 - Reference Guide Generated on Fri Apr 1 2022 11:52:05 (GVA Time) using Doxygen 1.9.4