#include <RooTsallis.h>
|
| RooTsallisSM (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_mzz, RooAbsReal &_m, RooAbsReal &_n0, RooAbsReal &_n1, RooAbsReal &_n2, RooAbsReal &_ndue, RooAbsReal &_bb0, RooAbsReal &_bb1, RooAbsReal &_bb2, RooAbsReal &_T0, RooAbsReal &_T1, RooAbsReal &_T2) |
|
| RooTsallisSM (const RooTsallisSM &other, const char *name=0) |
|
virtual TObject * | clone (const char *newname) const |
|
virtual | ~RooTsallisSM () |
|
|
RooRealProxy | x |
|
RooRealProxy | mzz |
|
RooRealProxy | m |
|
RooRealProxy | n0 |
|
RooRealProxy | n1 |
|
RooRealProxy | n2 |
|
RooRealProxy | ndue |
|
RooRealProxy | bb0 |
|
RooRealProxy | bb1 |
|
RooRealProxy | bb2 |
|
RooRealProxy | T0 |
|
RooRealProxy | T1 |
|
RooRealProxy | T2 |
|
Definition at line 21 of file RooTsallis.h.
◆ RooTsallisSM() [1/2]
RooTsallisSM::RooTsallisSM |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
RooAbsReal & |
_x, |
|
|
RooAbsReal & |
_mzz, |
|
|
RooAbsReal & |
_m, |
|
|
RooAbsReal & |
_n0, |
|
|
RooAbsReal & |
_n1, |
|
|
RooAbsReal & |
_n2, |
|
|
RooAbsReal & |
_ndue, |
|
|
RooAbsReal & |
_bb0, |
|
|
RooAbsReal & |
_bb1, |
|
|
RooAbsReal & |
_bb2, |
|
|
RooAbsReal & |
_T0, |
|
|
RooAbsReal & |
_T1, |
|
|
RooAbsReal & |
_T2 |
|
) |
| |
Definition at line 11 of file RooTsallis.cc.
26 RooAbsPdf(name,title),
28 mzz(
"mzz",
"mzz",
this,_mzz),
30 n0(
"n0",
"n0",
this,_n0),
31 n1(
"n1",
"n1",
this,_n1),
32 n2(
"n2",
"n2",
this,_n2),
33 ndue(
"ndue",
"ndue",
this,_ndue),
34 bb0(
"bb0",
"bb0",
this,_bb0),
35 bb1(
"bb1",
"bb1",
this,_bb1),
36 bb2(
"bb2",
"bb2",
this,_bb2),
37 T0(
"T0",
"T0",
this,_T0),
38 T1(
"T1",
"T1",
this,_T1),
39 T2(
"T2",
"T2",
this,_T2)
◆ RooTsallisSM() [2/2]
RooTsallisSM::RooTsallisSM |
( |
const RooTsallisSM & |
other, |
|
|
const char * |
name = 0 |
|
) |
| |
Definition at line 44 of file RooTsallis.cc.
45 RooAbsPdf(other,name),
49 n0(
"n0",
this,other.
n0),
50 n1(
"n1",
this,other.
n1),
51 n2(
"n2",
this,other.
n2),
56 T0(
"T0",
this,other.
T0),
57 T1(
"T1",
this,other.
T1),
58 T2(
"T2",
this,other.
T2)
◆ ~RooTsallisSM()
virtual RooTsallisSM::~RooTsallisSM |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual TObject* RooTsallisSM::clone |
( |
const char * |
newname | ) |
const |
|
inlinevirtual |
◆ evaluate()
double RooTsallisSM::evaluate |
( |
| ) |
const |
|
protected |
Definition at line 64 of file RooTsallis.cc.
70 double result = pow(
x,
ndue)*exp(-bb*
x)*pow(1 + (sqrt(
x*
x +
m*
m) -
m)/(fabs(n*T)),-n);
◆ bb0
RooRealProxy RooTsallisSM::bb0 |
|
protected |
◆ bb1
RooRealProxy RooTsallisSM::bb1 |
|
protected |
◆ bb2
RooRealProxy RooTsallisSM::bb2 |
|
protected |
RooRealProxy RooTsallisSM::m |
|
protected |
◆ mzz
RooRealProxy RooTsallisSM::mzz |
|
protected |
◆ n0
RooRealProxy RooTsallisSM::n0 |
|
protected |
◆ n1
RooRealProxy RooTsallisSM::n1 |
|
protected |
◆ n2
RooRealProxy RooTsallisSM::n2 |
|
protected |
◆ ndue
RooRealProxy RooTsallisSM::ndue |
|
protected |
◆ T0
RooRealProxy RooTsallisSM::T0 |
|
protected |
◆ T1
RooRealProxy RooTsallisSM::T1 |
|
protected |
◆ T2
RooRealProxy RooTsallisSM::T2 |
|
protected |
RooRealProxy RooTsallisSM::x |
|
protected |
The documentation for this class was generated from the following files: