flavour
BGLmodels::Meson Class Reference

a meson properties More...

#include <Formulas.h>

Collaboration diagram for BGLmodels::Meson:

Public Member Functions

 Meson (const Fermion &qq1, const Fermion &qq2, ex m, ex d)
 

Public Attributes

Fermion q1
 
Fermion q2
 
ex mass
 
ex decay_factor
 

Detailed Description

a meson properties

Definition at line 47 of file Formulas.h.

Constructor & Destructor Documentation

BGLmodels::Meson::Meson ( const Fermion qq1,
const Fermion qq2,
ex  m,
ex  d 
)
inline

Definition at line 50 of file Formulas.h.

50 : q1(qq1), q2(qq2), mass(m), decay_factor(d){}
Fermion q2
Definition: Formulas.h:52
Fermion q1
Definition: Formulas.h:52

Member Data Documentation

ex BGLmodels::Meson::decay_factor

The documentation for this class was generated from the following file: