ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
ClassImp
ClassImp(RooExtendedBinding) RooExtendedBinding
Definition:
RooExtendedBinding.cxx:17
RooExtendedBinding
Definition:
RooExtendedBinding.h:16
RooRealProxy::arg
const RooAbsReal & arg() const
Definition:
RooRealProxy.h:43
RooAbsPdf.h
RooAbsCategory.h
title
TPaveLabel title(3, 27.1, 15, 28.7,"ROOT Environment and Tools")
Riostream.h
RooExtendedBinding::evaluate
Double_t evaluate() const
Definition:
RooExtendedBinding.cxx:34
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
name
#define name(a, b)
Definition:
linkTestLib0.cpp:5
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
TMath.h