#include <MELACombinePdfs.h>
|
| MELAggZZPdf_v2 () |
|
| MELAggZZPdf_v2 (const char *name, const char *title, RooAbsReal &_m4l, RooAbsReal &_a0, RooAbsReal &_a1, RooAbsReal &_a2, RooAbsReal &_a3, RooAbsReal &_a4, RooAbsReal &_a5, RooAbsReal &_a6, RooAbsReal &_a7, RooAbsReal &_a8, RooAbsReal &_a9) |
|
| MELAggZZPdf_v2 (const MELAggZZPdf_v2 &other, const char *name=0) |
|
virtual TObject * | clone (const char *newname) const |
|
virtual | ~MELAggZZPdf_v2 () |
|
|
RooRealProxy | m4l |
|
RooRealProxy | a0 |
|
RooRealProxy | a1 |
|
RooRealProxy | a2 |
|
RooRealProxy | a3 |
|
RooRealProxy | a4 |
|
RooRealProxy | a5 |
|
RooRealProxy | a6 |
|
RooRealProxy | a7 |
|
RooRealProxy | a8 |
|
RooRealProxy | a9 |
|
Definition at line 65 of file MELACombinePdfs.h.
◆ MELAggZZPdf_v2() [1/3]
MELAggZZPdf_v2::MELAggZZPdf_v2 |
( |
| ) |
|
|
inline |
◆ MELAggZZPdf_v2() [2/3]
MELAggZZPdf_v2::MELAggZZPdf_v2 |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
RooAbsReal & |
_m4l, |
|
|
RooAbsReal & |
_a0, |
|
|
RooAbsReal & |
_a1, |
|
|
RooAbsReal & |
_a2, |
|
|
RooAbsReal & |
_a3, |
|
|
RooAbsReal & |
_a4, |
|
|
RooAbsReal & |
_a5, |
|
|
RooAbsReal & |
_a6, |
|
|
RooAbsReal & |
_a7, |
|
|
RooAbsReal & |
_a8, |
|
|
RooAbsReal & |
_a9 |
|
) |
| |
Definition at line 1945 of file MELACombinePdfs.cc.
1959 RooAbsPdf(name, title),
1960 m4l(
"m4l",
"m4l",
this, _m4l),
1961 a0(
"a0",
"a0",
this, _a0),
1962 a1(
"a1",
"a1",
this, _a1),
1963 a2(
"a2",
"a2",
this, _a2),
1964 a3(
"a3",
"a3",
this, _a3),
1965 a4(
"a4",
"a4",
this, _a4),
1966 a5(
"a5",
"a5",
this, _a5),
1967 a6(
"a6",
"a6",
this, _a6),
1968 a7(
"a7",
"a7",
this, _a7),
1969 a8(
"a8",
"a8",
this, _a8),
1970 a9(
"a9",
"a9",
this, _a9)
◆ MELAggZZPdf_v2() [3/3]
MELAggZZPdf_v2::MELAggZZPdf_v2 |
( |
const MELAggZZPdf_v2 & |
other, |
|
|
const char * |
name = 0 |
|
) |
| |
Definition at line 1974 of file MELACombinePdfs.cc.
1975 RooAbsPdf(other,name),
1976 m4l(
"m4l",
this,other.
m4l),
1977 a0(
"a0",
this,other.
a0),
1978 a1(
"a1",
this,other.
a1),
1979 a2(
"a2",
this,other.
a2),
1980 a3(
"a3",
this,other.
a3),
1981 a4(
"a4",
this,other.
a4),
1982 a5(
"a5",
this,other.
a5),
1983 a6(
"a6",
this,other.
a6),
1984 a7(
"a7",
this,other.
a7),
1985 a8(
"a8",
this,other.
a8),
1986 a9(
"a9",
this,other.
a9)
◆ ~MELAggZZPdf_v2()
virtual MELAggZZPdf_v2::~MELAggZZPdf_v2 |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual TObject* MELAggZZPdf_v2::clone |
( |
const char * |
newname | ) |
const |
|
inlinevirtual |
◆ evaluate()
Double_t MELAggZZPdf_v2::evaluate |
( |
| ) |
const |
|
protected |
◆ a0
RooRealProxy MELAggZZPdf_v2::a0 |
|
protected |
◆ a1
RooRealProxy MELAggZZPdf_v2::a1 |
|
protected |
◆ a2
RooRealProxy MELAggZZPdf_v2::a2 |
|
protected |
◆ a3
RooRealProxy MELAggZZPdf_v2::a3 |
|
protected |
◆ a4
RooRealProxy MELAggZZPdf_v2::a4 |
|
protected |
◆ a5
RooRealProxy MELAggZZPdf_v2::a5 |
|
protected |
◆ a6
RooRealProxy MELAggZZPdf_v2::a6 |
|
protected |
◆ a7
RooRealProxy MELAggZZPdf_v2::a7 |
|
protected |
◆ a8
RooRealProxy MELAggZZPdf_v2::a8 |
|
protected |
◆ a9
RooRealProxy MELAggZZPdf_v2::a9 |
|
protected |
◆ m4l
RooRealProxy MELAggZZPdf_v2::m4l |
|
protected |
The documentation for this class was generated from the following files: