#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 (std::shared_ptr< double > m, std::shared_ptr< double > g, std::shared_ptr< double > Ng, std::shared_ptr< double > Ni) | |
Public Attributes | |
std::shared_ptr< double > | Ngamma |
std::shared_ptr< double > | Nint |
Private Attributes | |
BreitWigner | bw_ |
GammaPropagator | gp_ |
GammaZInterference | gzi_ |
Definition at line 9 of file ZLineShape.h.
|
inline |
|
inline |
|
private |
Definition at line 22 of file ZLineShape.h.
Referenced by operator()().
|
private |
Definition at line 23 of file ZLineShape.h.
Referenced by operator()().
|
private |
Definition at line 24 of file ZLineShape.h.
Referenced by operator()().
std::shared_ptr<double> funct::ZLineShape::Ngamma |
Definition at line 19 of file ZLineShape.h.
Referenced by operator()().
std::shared_ptr<double> funct::ZLineShape::Nint |
Definition at line 19 of file ZLineShape.h.
Referenced by operator()().