#include <GammaZInterference.h>
Public Member Functions | |
GammaZInterference (const Parameter &m, const Parameter &g) | |
GammaZInterference (boost::shared_ptr< double > m, boost::shared_ptr< double > g) | |
double | operator() (double x) const |
Public Attributes | |
boost::shared_ptr< double > | mass |
boost::shared_ptr< double > | width |
Definition at line 8 of file GammaZInterference.h.
funct::GammaZInterference::GammaZInterference | ( | boost::shared_ptr< double > | m, |
boost::shared_ptr< double > | g | ||
) | [inline] |
double funct::GammaZInterference::operator() | ( | double | x | ) | const [inline] |
Definition at line 13 of file GammaZInterference.h.
References diffTwoXMLs::g2, mass, alignCSCRings::s, width, and x.
boost::shared_ptr<double> funct::GammaZInterference::mass |
Definition at line 26 of file GammaZInterference.h.
Referenced by operator()().
boost::shared_ptr<double> funct::GammaZInterference::width |
Definition at line 26 of file GammaZInterference.h.
Referenced by operator()().