#include <ZMuMuBackNorm.h>
Public Types | |
enum | { arguments = 2 } |
enum | { parameters = 3 } |
Public Member Functions | |
double | operator() (const int x_min, const int x_max) const |
void | setParameters (double l, double a, double b) |
ZMuMuBackNorm (double l, double a, double b) | |
ZMuMuBackNorm (const Exponential &expo, const Polynomial< 2 > &pol) | |
ZMuMuBackNorm (boost::shared_ptr< double > l, boost::shared_ptr< double > a, boost::shared_ptr< double > b) | |
Public Attributes | |
boost::shared_ptr< double > | a1 |
boost::shared_ptr< double > | a2 |
boost::shared_ptr< double > | lambda |
Private Attributes | |
Exponential | expo_ |
Polynomial< 2 > | pol_ |
Definition at line 10 of file ZMuMuBackNorm.h.
anonymous enum |
anonymous enum |
function::ZMuMuBackNorm::ZMuMuBackNorm | ( | boost::shared_ptr< double > | l, |
boost::shared_ptr< double > | a, | ||
boost::shared_ptr< double > | b | ||
) | [inline] |
function::ZMuMuBackNorm::ZMuMuBackNorm | ( | double | l, |
double | a, | ||
double | b | ||
) | [inline] |
function::ZMuMuBackNorm::ZMuMuBackNorm | ( | const Exponential & | expo, |
const Polynomial< 2 > & | pol | ||
) | [inline] |
double function::ZMuMuBackNorm::operator() | ( | const int | x_min, |
const int | x_max | ||
) | const [inline] |
Definition at line 22 of file ZMuMuBackNorm.h.
References expo_, function::l, and pol_.
void function::ZMuMuBackNorm::setParameters | ( | double | l, |
double | a, | ||
double | b | ||
) | [inline] |
Definition at line 29 of file ZMuMuBackNorm.h.
References expo_, function::l, and pol_.
Referenced by function::ZMuMuNormalBack::setParameters().
boost::shared_ptr<double> function::ZMuMuBackNorm::a1 |
Definition at line 34 of file ZMuMuBackNorm.h.
Referenced by ZMuMuBackNorm().
boost::shared_ptr<double> function::ZMuMuBackNorm::a2 |
Definition at line 34 of file ZMuMuBackNorm.h.
Referenced by ZMuMuBackNorm().
Exponential function::ZMuMuBackNorm::expo_ [private] |
Definition at line 36 of file ZMuMuBackNorm.h.
Referenced by operator()(), setParameters(), and ZMuMuBackNorm().
boost::shared_ptr<double> function::ZMuMuBackNorm::lambda |
Definition at line 34 of file ZMuMuBackNorm.h.
Referenced by ZMuMuBackNorm().
Polynomial<2> function::ZMuMuBackNorm::pol_ [private] |
Definition at line 37 of file ZMuMuBackNorm.h.
Referenced by operator()(), setParameters(), and ZMuMuBackNorm().