ROOT
6.12/07
Reference Guide
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