Update 'BackgroundPdf Class'
parent
bcd7bf7022
commit
31c7982a87
@ -1,8 +1,16 @@
|
||||
## Global variables:
|
||||
|
||||
*class BackgroundPdf: public ParamValues{
|
||||
*public:
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Classes](#classes)
|
||||
* [BackgroundPdf: public ParamValues](#backgroundpdf-public-paramvalues)
|
||||
* [Functions and their parameters:](#functions-and-their-parameters)
|
||||
* [RooExponential * BackgroundPdf::bkg_exp1()](#rooexponential---backgroundpdf-bkg_exp1)
|
||||
* [RooExponential * BackgroundPdf::bkg_exp2()](#rooexponential---backgroundpdf-bkg_exp2)
|
||||
* [RooExpAndGauss * BackgroundPdf::ExpG()](#rooexpandgauss---backgroundpdf-expg)
|
||||
* [RooDoubleCB * BackgroundPdf::bkg_CB()](#roodoublecb------backgroundpdf-bkg_cb)
|
||||
* [RooAddPdf* BackgroundPdf::getBplusBkgModel()](#rooaddpdf--backgroundpdf-getbplusbkgmodel)
|
||||
* [void BackgroundPdf::setAllRooVarsConstant()](#void-backgroundpdf-setallroovarsconstant)
|
||||
|
||||
# Classes
|
||||
### BackgroundPdf: public ParamValues
|
||||
@ -18,7 +26,7 @@ Contains thhe constrained parameters, the pdf of the constrained paramerers, boo
|
||||
* RooDoubleCB * bkg_CB(RooRealVar *B_plus_M);
|
||||
* RooAddPdf* getBplusBkgModel(RooRealVar *B_plus_M);
|
||||
* **Functions:**
|
||||
* void setAllRooVarsConstant();
|
||||
* [void setAllRooVarsConstant()](#void-backgroundpdf-setallroovarsconstant)
|
||||
* ~BackgroundPdf(){}; //default destructor
|
||||
|
||||
|
||||
@ -41,7 +49,7 @@ Contains thhe constrained parameters, the pdf of the constrained paramerers, boo
|
||||
* RooRealVar \*B_plus_M
|
||||
* **Return**
|
||||
* Returns RooExpAndGauss: ExpGauss pdf
|
||||
*
|
||||
|
||||
### RooDoubleCB \* BackgroundPdf::bkg_CB()
|
||||
* **Parameters**
|
||||
* RooRealVar \*B_plus_M
|
||||
|
Loading…
Reference in New Issue
Block a user