#include <HZZ4LRooPdfs.h>
|
virtual TObject * | clone (const char *newname) const |
|
| RooqqZZPdf () |
|
| RooqqZZPdf (const char *name, const char *title, RooAbsReal &_m4l, RooAbsReal &_a1, RooAbsReal &_a2, RooAbsReal &_a3, RooAbsReal &_b1, RooAbsReal &_b2, RooAbsReal &_b3, RooAbsReal &_frac) |
|
| RooqqZZPdf (const RooqqZZPdf &other, const char *name=0) |
|
virtual | ~RooqqZZPdf () |
|
|
RooRealProxy | a1 |
|
RooRealProxy | a2 |
|
RooRealProxy | a3 |
|
RooRealProxy | b1 |
|
RooRealProxy | b2 |
|
RooRealProxy | b3 |
|
RooRealProxy | frac |
|
RooRealProxy | m4l |
|
Definition at line 39 of file HZZ4LRooPdfs.h.
RooqqZZPdf::RooqqZZPdf |
( |
| ) |
|
|
inline |
RooqqZZPdf::RooqqZZPdf |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
RooAbsReal & |
_m4l, |
|
|
RooAbsReal & |
_a1, |
|
|
RooAbsReal & |
_a2, |
|
|
RooAbsReal & |
_a3, |
|
|
RooAbsReal & |
_b1, |
|
|
RooAbsReal & |
_b2, |
|
|
RooAbsReal & |
_b3, |
|
|
RooAbsReal & |
_frac |
|
) |
| |
Definition at line 1915 of file HZZ4LRooPdfs.cc.
1925 m4l(
"m4l",
"m4l",
this,_m4l),
1926 a1(
"a1",
"a1",
this,_a1),
1927 a2(
"a2",
"a2",
this,_a2),
1928 a3(
"a3",
"a3",
this,_a3),
1929 b1(
"b1",
"b1",
this,_b1),
1930 b2(
"b2",
"b2",
this,_b2),
1931 b3(
"b3",
"b3",
this,_b3),
1932 frac(
"frac",
"frac",
this,_frac)
RooqqZZPdf::RooqqZZPdf |
( |
const RooqqZZPdf & |
other, |
|
|
const char * |
name = 0 |
|
) |
| |
Definition at line 1937 of file HZZ4LRooPdfs.cc.
1938 RooAbsPdf(other,
name),
1939 m4l(
"m4l",
this,other.
m4l),
1940 a1(
"a1",
this,other.
a1),
1941 a2(
"a2",
this,other.
a2),
1942 a3(
"a3",
this,other.
a3),
1943 b1(
"b1",
this,other.
b1),
1944 b2(
"b2",
this,other.
b2),
1945 b3(
"b3",
this,other.
b3),
virtual RooqqZZPdf::~RooqqZZPdf |
( |
| ) |
|
|
inlinevirtual |
virtual TObject* RooqqZZPdf::clone |
( |
const char * |
newname | ) |
const |
|
inlinevirtual |
Double_t RooqqZZPdf::evaluate |
( |
| ) |
const |
|
protected |
RooRealProxy RooqqZZPdf::a1 |
|
protected |
RooRealProxy RooqqZZPdf::a2 |
|
protected |
RooRealProxy RooqqZZPdf::a3 |
|
protected |
RooRealProxy RooqqZZPdf::b1 |
|
protected |
RooRealProxy RooqqZZPdf::b2 |
|
protected |
RooRealProxy RooqqZZPdf::b3 |
|
protected |
RooRealProxy RooqqZZPdf::frac |
|
protected |
RooRealProxy RooqqZZPdf::m4l |
|
protected |