The DalitzSigma class implements the model of Zou and Bugg for the sigma resonance. More...
#include <DalitzSigma.h>
Public Member Functions | |
Standard constructors and destructors. | |
DalitzSigma () | |
The default constructor. | |
DalitzSigma (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr, Energy2 a, Energy b1, InvEnergy b2, Energy g4pi) | |
Constructor with parameters. | |
virtual Complex | BreitWigner (const Energy &mAB, const Energy &mA, const Energy &mB) const |
Return the Breit-Wigner times the form factor. | |
virtual void | dataBaseOutput (ofstream &output) |
Output the parameters. | |
![]() | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
DalitzResonance () | |
The default constructor. | |
DalitzResonance (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr) | |
Constructor specifiying the parameters. | |
![]() | |
void | debug () const |
virtual void | debugme () const |
![]() | |
CounterType | referenceCount () const |
Functions used by the persistent I/O system. | |
Energy2 | a_ |
Parameters of the propagator form. | |
Energy | b1_ |
\(b_1\) parameter | |
InvEnergy | b2_ |
\(b_2\) parameter | |
Energy | g4Pi_ |
Four pion coupling. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
DalitzSigma & | operator= (const DalitzSigma &)=delete |
The assignment operator is private and must never be called. | |
double | rho4pi (const Energy2 &s, const Energy &mpi) const |
Four pion phase-space. | |
Additional Inherited Members | |
![]() | |
typedef unsigned int | CounterType |
![]() | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
static DalitzResonancePtr | readResonance (string arg, string &error) |
Read the parameters for a Dalitz resonance. | |
![]() | |
static void | Init () |
![]() | |
long | id |
PID of resonant particle. | |
ResonanceType::Type | type |
Type of the resonance. | |
Energy | mass |
Mass of the resonance. | |
Energy | width |
Width of the resonance. | |
unsigned int | daughter1 |
The children. | |
unsigned int | daughter2 |
unsigned int | spectator |
The spectactor. | |
Complex | amp |
The amplitude. | |
InvEnergy | R |
Radius for the Ballt-Weisskopf formfactor. | |
![]() | |
const unsigned long | uniqueId |
![]() | |
ReferenceCounted (const ReferenceCounted &) | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
The DalitzSigma class implements the model of Zou and Bugg for the sigma resonance.
Definition at line 17 of file DalitzSigma.h.
|
inline |
The default constructor.
Definition at line 26 of file DalitzSigma.h.
|
inline |
Constructor with parameters.
Definition at line 32 of file DalitzSigma.h.
|
virtual |
Return the Breit-Wigner times the form factor.
Reimplemented from Herwig::DalitzResonance.
|
virtual |
Output the parameters.
Reimplemented from Herwig::DalitzResonance.
|
static |
The standard Init function used to initialize the interfaces.
Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.
|
privatedelete |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::DalitzSigma::persistentInput | ( | PersistentIStream & | is, |
int | version | ||
) |
Function used to read in object persistently.
is | the persistent input stream read from. |
version | the version number of the object when written. |
void Herwig::DalitzSigma::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
|
inlineprivate |
Four pion phase-space.
Definition at line 91 of file DalitzSigma.h.
References ThePEG::sqr(), and ThePEG::sqrt().
|
private |
|
private |
\(b_1\) parameter
Definition at line 111 of file DalitzSigma.h.
|
private |
\(b_2\) parameter
Definition at line 116 of file DalitzSigma.h.
|
private |
Four pion coupling.
Definition at line 121 of file DalitzSigma.h.