ROOT
6.08/07
Reference Guide
roofit
roofitcore
src
RooExtendedBinding.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 "
RooExtendedBinding.h
"
12
#include "
RooAbsPdf.h
"
13
#include "
RooAbsCategory.h
"
14
#include <math.h>
15
#include "
TMath.h
"
16
17
ClassImp
(
RooExtendedBinding
)
18
19
RooExtendedBinding
::
RooExtendedBinding
(const
char
*
name
, const
char
*title,
RooAbsPdf
& _pdf) :
20
RooAbsReal
(name,title),
21
pdf("pdf","pdf",this,_pdf)
22
{
23
}
24
25
26
RooExtendedBinding::RooExtendedBinding
(
const
RooExtendedBinding
& other,
const
char
*
name
) :
27
RooAbsReal
(other,name),
28
pdf(
"pdf"
,this,other.pdf)
29
{
30
}
31
32
33
34
Double_t
RooExtendedBinding::evaluate
()
const
35
{
36
// ENTER EXPRESSION IN TERMS OF VARIABLE ARGUMENTS HERE
37
return
((
RooAbsPdf
&)
pdf
.
arg
()).expectedEvents(0) ;
38
}
39
40
41
RooExtendedBinding::RooExtendedBinding
RooExtendedBinding()
Definition:
RooExtendedBinding.h:18
RooExtendedBinding
Definition:
RooExtendedBinding.h:16
RooAbsPdf.h
RooAbsCategory.h
Riostream.h
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:279
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
RooExtendedBinding::evaluate
Double_t evaluate() const
Definition:
RooExtendedBinding.cxx:34
RooExtendedBinding::pdf
RooRealProxy pdf
Definition:
RooExtendedBinding.h:26
RooAbsPdf
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition:
RooAbsPdf.h:41
RooExtendedBinding.h
RooRealProxy::arg
const RooAbsReal & arg() const
Definition:
RooRealProxy.h:43
TMath.h
name
char name[80]
Definition:
TGX11.cxx:109