ROOT
v6-28
Reference Guide
Loading...
Searching...
No Matches
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 <iostream>
10
#include <cmath>
11
12
#include "
RooExtendedBinding.h
"
13
#include "
RooAbsPdf.h
"
14
#include "
RooAbsCategory.h
"
15
16
ClassImp
(
RooExtendedBinding
);
17
18
RooExtendedBinding::RooExtendedBinding
(
const
char
*
name
,
const
char
*title,
RooAbsPdf
& _pdf) :
19
RooAbsReal
(
name
,title),
20
pdf(
"pdf"
,
"pdf"
,this,_pdf)
21
{
22
}
23
24
25
RooExtendedBinding::RooExtendedBinding
(
const
RooExtendedBinding
& other,
const
char
*
name
) :
26
RooAbsReal
(other,
name
),
27
pdf(
"pdf"
,this,other.pdf)
28
{
29
}
30
31
32
33
double
RooExtendedBinding::evaluate
()
const
34
{
35
// ENTER EXPRESSION IN TERMS OF VARIABLE ARGUMENTS HERE
36
return
((
RooAbsPdf
&)
pdf
.
arg
()).expectedEvents(0) ;
37
}
38
39
40
RooAbsCategory.h
RooAbsPdf.h
RooExtendedBinding.h
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
name
char name[80]
Definition
TGX11.cxx:110
RooAbsPdf
Definition
RooAbsPdf.h:43
RooAbsReal
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition
RooAbsReal.h:62
RooExtendedBinding
Definition
RooExtendedBinding.h:16
RooExtendedBinding::pdf
RooRealProxy pdf
Definition
RooExtendedBinding.h:26
RooExtendedBinding::RooExtendedBinding
RooExtendedBinding()
Definition
RooExtendedBinding.h:18
RooExtendedBinding::evaluate
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
Definition
RooExtendedBinding.cxx:33
RooTemplateProxy::arg
const T & arg() const
Return reference to object held in proxy.
Definition
RooTemplateProxy.h:300
roofit
roofitcore
src
RooExtendedBinding.cxx
ROOT v6-28 - Reference Guide Generated on Thu Oct 24 2024 01:49:48 (GVA Time) using Doxygen 1.9.8