ROOTPWA
|
Kachaev's version of the AMP parameterization. More...
#include <massDep.h>
Public Member Functions | |
AMP_kach () | |
virtual | ~AMP_kach () |
AMP_kach (const AMP_kach &) | |
virtual massDep * | create () const |
virtual massDep * | clone () const |
virtual void | print () |
std::complex< double > | val (const particle &p) |
Public Attributes | |
int | ves_sheet |
Protected Attributes | |
int | _Pmax |
int | _Nmax |
matrix< std::complex< double > > | _rho |
matrix< std::complex< double > > | _M |
matrix< std::complex< double > > | _T |
matrix< std::complex< double > > | _f |
std::vector< matrix < std::complex< double > > > | _a |
std::vector< matrix < std::complex< double > > > | _c |
matrix< double > | _sP |
Kachaev's version of the AMP parameterization.
From the original fortran code: Source: K.L.Au et al, Phys.Rev. D35, P 1633. M solution. 04-Mar-2003 See eps_k1.for for description. Here matrix M=K^{-1} is parametrized with one pole. Misprint in the article (other than in K1–K3 solutions) was corrected.
14-Mar-2003 Nice amplitude for pi-pi S-wave without f0(975). It is smooth and nicely tends to zero after approx 1.5 GeV. f0(975) pole excluded; coupling to KK zeroed; set C411=C422=0. The largest effect from C411, zeroing of C422 looks insignificant.
AMP_kach::AMP_kach | ( | ) |
AMP_kach::AMP_kach | ( | const AMP_kach & | ) |
Definition at line 230 of file massDep.cc.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtualinherited |
Implements massDep.
Reimplemented in AMP_ves.
Definition at line 119 of file massDep.cc.
References particleDataTable::get(), particle::get4P(), i, particleData::Mass(), n, p, PDGtable, and q().
Referenced by AMP_ves::val().
|
protectedinherited |
Definition at line 106 of file massDep.h.
Referenced by AMP_kach().
|
protectedinherited |
Definition at line 107 of file massDep.h.
Referenced by AMP_kach().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
Definition at line 111 of file massDep.h.
Referenced by AMP_ves::AMP_ves().