#include <ZMuMuBack.h>
Public Types | |
enum | { arguments = 1 } |
enum | { parameters = 4 } |
Public Member Functions | |
double | operator() (double x) const |
void | setParameters (double Nb, double l, double a, double b) |
ZMuMuBack (boost::shared_ptr< double > Nb, boost::shared_ptr< double > l, boost::shared_ptr< double > a, boost::shared_ptr< double > b) | |
ZMuMuBack (double Nb, double l, double a, double b) | |
Public Attributes | |
boost::shared_ptr< double > | a1 |
boost::shared_ptr< double > | a2 |
boost::shared_ptr< double > | lambda |
boost::shared_ptr< double > | Nbkg |
Private Attributes | |
Exponential | expo_ |
Polynomial< 2 > | poly_ |
Definition at line 9 of file ZMuMuBack.h.
anonymous enum |
anonymous enum |
|
inline |
Definition at line 13 of file ZMuMuBack.h.
|
inline |
Definition at line 17 of file ZMuMuBack.h.
|
inline |
Definition at line 20 of file ZMuMuBack.h.
References expo_, Nbkg, and poly_.
|
inline |
Definition at line 23 of file ZMuMuBack.h.
References a, a1, a2, b, expo_, function::l, lambda, Nbkg, and poly_.
Referenced by function::ZMuMuNormalBack::setParameters().
boost::shared_ptr<double> function::ZMuMuBack::a1 |
Definition at line 32 of file ZMuMuBack.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuMuBack::a2 |
Definition at line 32 of file ZMuMuBack.h.
Referenced by setParameters().
|
private |
Definition at line 34 of file ZMuMuBack.h.
Referenced by operator()(), and setParameters().
boost::shared_ptr<double> function::ZMuMuBack::lambda |
Definition at line 32 of file ZMuMuBack.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuMuBack::Nbkg |
Definition at line 32 of file ZMuMuBack.h.
Referenced by operator()(), and setParameters().
|
private |
Definition at line 35 of file ZMuMuBack.h.
Referenced by operator()(), and setParameters().