#include <VectorPdfFactory.h>
Definition at line 12 of file VectorPdfFactory.h.
◆ VectorPdfFactory() [1/2]
VectorPdfFactory::VectorPdfFactory |
( |
| ) |
|
|
inline |
◆ VectorPdfFactory() [2/2]
VectorPdfFactory::VectorPdfFactory |
( |
RooRealVar * |
m1, |
|
|
RooRealVar * |
m2, |
|
|
RooRealVar * |
hs, |
|
|
RooRealVar * |
h1, |
|
|
RooRealVar * |
h2, |
|
|
RooRealVar * |
Phi, |
|
|
RooRealVar * |
Phi1, |
|
|
RooRealVar * |
mZZ |
|
) |
| |
|
inline |
Definition at line 31 of file VectorPdfFactory.h.
34 mZ =
new RooRealVar(
"mZ",
"mZ",91.188);
35 gamZ =
new RooRealVar(
"gamZ",
"gamZ",2.5);
38 R1Val =
new RooRealVar(
"R1Val",
"R1Val",0.15);
39 R2Val =
new RooRealVar(
"R2Val",
"R2Val",0.15);
42 g1Val =
new RooRealVar(
"g1Val",
"g1Val", 0.0);
43 g2Val =
new RooRealVar(
"g2Val",
"g2Val", 0.0);
46 aParam =
new RooRealVar(
"aParam",
"aParam",0.0);
48 PDF =
new RooSpinOne_7D(
"PDF",
"PDF", *mZZ, *m1, *m2, *h1, *h2,*hs, *Phi, *Phi1,
◆ ~VectorPdfFactory()
VectorPdfFactory::~VectorPdfFactory |
( |
| ) |
|
|
inline |
◆ configure()
◆ makeParamsConst()
void VectorPdfFactory::makeParamsConst |
( |
bool |
yesNo = true | ) |
|
|
inline |
Definition at line 96 of file VectorPdfFactory.h.
99 g1Val->setConstant(kTRUE);
100 g2Val->setConstant(kTRUE);
102 gamZ->setConstant(kTRUE);
103 mZ->setConstant(kTRUE);
104 R1Val->setConstant(kTRUE);
105 R2Val->setConstant(kTRUE);
109 g1Val->setConstant(kFALSE);
110 g2Val->setConstant(kFALSE);
112 gamZ->setConstant(kFALSE);
113 mZ->setConstant(kFALSE);
114 R1Val->setConstant(kFALSE);
115 R2Val->setConstant(kFALSE);
◆ makePseudoZprime()
void VectorPdfFactory::makePseudoZprime |
( |
| ) |
|
|
inline |
◆ makeZprime()
void VectorPdfFactory::makeZprime |
( |
| ) |
|
|
inline |
◆ setZZ4fOrdering()
void VectorPdfFactory::setZZ4fOrdering |
( |
bool |
flag = true | ) |
|
|
inline |
◆ aParam
RooRealVar* VectorPdfFactory::aParam |
◆ g1Val
RooRealVar* VectorPdfFactory::g1Val |
◆ g2Val
RooRealVar* VectorPdfFactory::g2Val |
◆ gamZ
RooRealVar* VectorPdfFactory::gamZ |
◆ mZ
RooRealVar* VectorPdfFactory::mZ |
◆ PDF
◆ R1Val
RooRealVar* VectorPdfFactory::R1Val |
◆ R2Val
RooRealVar* VectorPdfFactory::R2Val |
The documentation for this class was generated from the following file: