The DalitzGS class implements the Gounaris-Sakurai form of the propagator. More...
#include <DalitzGS.h>
Public Member Functions | |
Standard constructors and destructors. | |
DalitzGS () | |
The default constructor. | |
DalitzGS (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr, Energy mpi) | |
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. | |
Public Member Functions inherited from Herwig::DalitzResonance | |
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. | |
Public Member Functions inherited from ThePEG::Base | |
void | debug () const |
virtual void | debugme () const |
Public Member Functions inherited from ThePEG::Pointer::ReferenceCounted | |
CounterType | referenceCount () const |
Functions used by the persistent I/O system. | |
Energy | mpi_ |
Pion mass. | |
double | dh_ |
The function \(\frac{\\hat{H}}{dq^2}\) at \(q^2=m^2\) for the GS form of the Breit-Wigner. | |
Energy2 | hres_ |
The function \(\\hat{H}\) at \(q^2=m^2\) for the GS form of the Breit-Wigner. | |
Energy2 | h0_ |
The \(H(0)\) parameter for the GS form of the Breit-Wigner. | |
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. | |
DalitzGS & | operator= (const DalitzGS &)=delete |
The assignment operator is private and must never be called. | |
Additional Inherited Members | |
Public Types inherited from ThePEG::Pointer::ReferenceCounted | |
typedef unsigned int | CounterType |
Static Public Member Functions inherited from Herwig::DalitzResonance | |
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 Public Member Functions inherited from ThePEG::Base | |
static void | Init () |
Public Attributes inherited from Herwig::DalitzResonance | |
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. | |
Public Attributes inherited from ThePEG::Pointer::ReferenceCounted | |
const unsigned long | uniqueId |
Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted | |
ReferenceCounted (const ReferenceCounted &) | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
The DalitzGS class implements the Gounaris-Sakurai form of the propagator.
Definition at line 18 of file DalitzGS.h.
|
inline |
The default constructor.
Definition at line 27 of file DalitzGS.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.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::DalitzGS::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::DalitzGS::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
|
private |
The function \(\frac{\\hat{H}}{dq^2}\) at \(q^2=m^2\) for the GS form of the Breit-Wigner.
Definition at line 93 of file DalitzGS.h.
|
private |
The \(H(0)\) parameter for the GS form of the Breit-Wigner.
Definition at line 105 of file DalitzGS.h.
|
private |
The function \(\\hat{H}\) at \(q^2=m^2\) for the GS form of the Breit-Wigner.
Definition at line 99 of file DalitzGS.h.
|
private |
Pion mass.
Definition at line 87 of file DalitzGS.h.