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