#include <ZLineShape.h>
Public Member Functions | |
double | operator() (double x) const |
ZLineShape (const Parameter &m, const Parameter &g, const Parameter &Ng, const Parameter &Ni) | |
ZLineShape (boost::shared_ptr< double > m, boost::shared_ptr< double > g, boost::shared_ptr< double > Ng, boost::shared_ptr< double > Ni) | |
Public Attributes | |
boost::shared_ptr< double > | Ngamma |
boost::shared_ptr< double > | Nint |
Private Attributes | |
BreitWigner | bw_ |
GammaPropagator | gp_ |
GammaZInterference | gzi_ |
Definition at line 10 of file ZLineShape.h.
funct::ZLineShape::ZLineShape | ( | boost::shared_ptr< double > | m, |
boost::shared_ptr< double > | g, | ||
boost::shared_ptr< double > | Ng, | ||
boost::shared_ptr< double > | Ni | ||
) | [inline] |
double funct::ZLineShape::operator() | ( | double | x | ) | const [inline] |
BreitWigner funct::ZLineShape::bw_ [private] |
Definition at line 25 of file ZLineShape.h.
Referenced by operator()().
GammaPropagator funct::ZLineShape::gp_ [private] |
Definition at line 26 of file ZLineShape.h.
Referenced by operator()().
GammaZInterference funct::ZLineShape::gzi_ [private] |
Definition at line 27 of file ZLineShape.h.
Referenced by operator()().
boost::shared_ptr<double> funct::ZLineShape::Ngamma |
Definition at line 23 of file ZLineShape.h.
Referenced by operator()().
boost::shared_ptr<double> funct::ZLineShape::Nint |
Definition at line 23 of file ZLineShape.h.
Referenced by operator()().