#include <decaytype.h>
TwoBodyDecayDilepton represents a decay with a lepton and its antilepton as the final-state particles.
Definition at line 231 of file decaytype.h.
Public Member Functions | |
TwoBodyDecayDilepton (ParticleTypePtrList part_types, int l) | |
Construct a TwoBodyDecayDilepton. More... | |
double | width (double m0, double G0, double m) const override |
![]() | |
TwoBodyDecayStable (ParticleTypePtrList part_types, int l) | |
Construct a TwoBodyDecayStable. More... | |
double | in_width (double m0, double G0, double m, double m1, double m2) const override |
![]() | |
TwoBodyDecay (ParticleTypePtrList part_types, int l) | |
Construct a TwoBodyDecay. More... | |
unsigned int | particle_number () const override |
bool | has_particles (ParticleTypePtrList list) const override |
double | threshold () const |
![]() | |
DecayType (ParticleTypePtrList part_types, int l) | |
Construct a DecayType. More... | |
virtual | ~DecayType ()=default |
Virtual Destructor. More... | |
virtual bool | has_mother (ParticleTypePtr mother) const |
const ParticleTypePtrList & | particle_types () const |
int | angular_momentum () const |
Additional Inherited Members | |
![]() | |
double | rho (double m) const override |
This is a virtual helper method which is used to write the width as Gamma(m) = Gamma_0 * rho(m) / rho(m_0). More... | |
![]() | |
ParticleTypePtrList | particle_types_ |
final-state particles of the decay More... | |
int | L_ |
angular momentum of the decay More... | |
smash::TwoBodyDecayDilepton::TwoBodyDecayDilepton | ( | ParticleTypePtrList | part_types, |
int | l | ||
) |
Construct a TwoBodyDecayDilepton.
[in] | part_types | Final-state particles of the decay. |
[in] | l | Angular momentum of the decay. |
Definition at line 245 of file decaytype.cc.
|
overridevirtual |
[in] | m0 | Pole mass of the decaying particle [GeV]. |
[in] | G0 | Partial width at the pole mass [GeV]. |
[in] | m | Actual mass of the decaying particle [GeV]. |
dilepton decays: use width from Li:1996mi, equation (19)
Reimplemented from smash::TwoBodyDecayStable.
Definition at line 257 of file decaytype.cc.