ROOT
6.12/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
<
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
w
x
+
Enumerations
a
e
f
g
m
p
t
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
v
w
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
documentation
doxygen
RooCFAuto000Pdf.cxx
Go to the documentation of this file.
1
/*****************************************************************************
2
* Project: RooFit *
3
* *
4
* This code was autogenerated by RooClassFactory *
5
*****************************************************************************/
6
7
// Your description goes here...
8
9
#include "
Riostream.h
"
10
11
#include "
RooCFAuto000Pdf.h
"
12
#include "
RooAbsReal.h
"
13
#include "
RooAbsCategory.h
"
14
#include <math.h>
15
#include "
TMath.h
"
16
17
ClassImp
(
RooCFAuto000Pdf
);
18
19
RooCFAuto000Pdf::RooCFAuto000Pdf
(
const
char
*
name
,
const
char
*title,
20
RooAbsReal
& _x,
21
RooAbsReal
& _a) :
22
RooAbsPdf
(name,title),
23
x
(
"x"
,
"x"
,this,_x),
24
a
(
"a"
,
"a"
,this,_a)
25
{
26
}
27
28
29
RooCFAuto000Pdf::RooCFAuto000Pdf
(
const
RooCFAuto000Pdf
& other,
const
char
*
name
) :
30
RooAbsPdf
(other,name),
31
x
(
"x"
,this,other.
x
),
32
a
(
"a"
,this,other.
a
)
33
{
34
}
35
36
37
38
Double_t
RooCFAuto000Pdf::evaluate
()
const
39
{
40
// ENTER EXPRESSION IN TERMS OF VARIABLE ARGUMENTS HERE
41
return
x
*
x
+
a
;
42
}
43
44
45
RooCFAuto000Pdf::evaluate
Double_t evaluate() const
Definition:
RooCFAuto000Pdf.cxx:38
RooCFAuto000Pdf::x
RooRealProxy x
Definition:
RooCFAuto000Pdf.h:28
RooCFAuto000Pdf::a
RooRealProxy a
Definition:
RooCFAuto000Pdf.h:29
RooCFAuto000Pdf.h
x
Double_t x[n]
Definition:
legend1.C:17
RooCFAuto000Pdf::RooCFAuto000Pdf
RooCFAuto000Pdf()
Definition:
RooCFAuto000Pdf.h:18
RooAbsCategory.h
a
auto * a
Definition:
textangle.C:12
Riostream.h
RooAbsReal.h
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:359
Double_t
double Double_t
Definition:
RtypesCore.h:55
RooAbsReal
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition:
RooAbsReal.h:53
RooAbsPdf
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition:
RooAbsPdf.h:41
RooCFAuto000Pdf
Definition:
RooCFAuto000Pdf.h:16
TMath.h
name
char name[80]
Definition:
TGX11.cxx:109