![]() |
AmpGen 2.1
|
Basic Breit-Wigner lineshape with a fixed width and without a form factor.
\[ \mathcal{A}(s) = \frac{ k(m,\Gamma_0) }{ m^2 - s - i m \Gamma_0 }, \]
The parameters of the lineshape are tabulated below
Parameter | User name | Description |
---|---|---|
\(m\) | particleName_mass | Breit-Wigner mass, defined as energy at which the self-energy of the resonance is purely imaginary (defaults to value in PDG) |
\(\Gamma_0\) | particleName_width | Breit-Wigner width, defined as the width of resonance at the Breit-Wigner mass |
Definition at line 153 of file Lineshapes.h.
Public Member Functions | |
SBW () | |
AmpGen::Expression | get (const AmpGen::Expression &s, const AmpGen::Expression &s1, const AmpGen::Expression &s2, const std::string &particleName, const unsigned int &L, const std::string &lineshapeModifier, AmpGen::DebugSymbols *dbexpressions=0) const override |
AmpGen::Expression | get (const AmpGen::Particle &p, const std::string &lineshapeModifier, AmpGen::DebugSymbols *dbexpressions=nullptr) const override |
virtual Expression | get (const Expression &s, const Expression &s1, const Expression &s2, const std::string &particleName, const unsigned &L, const std::string &lineshapeModifier, DebugSymbols *dbexpressions=nullptr) const =0 |
Base * | create () |
|
inline |
Definition at line 153 of file Lineshapes.h.
|
inlineinherited |
Definition at line 98 of file Lineshapes.h.
|
pure virtualinherited |
|
override |
|
overridevirtual |
Implements AmpGen::Lineshape::Base.