Herwig++
2.7.0
|
Here is the documentation of the DtoKPiPiMarkIII class. More...
#include <DtoKPiPiMarkIII.h>
Public Member Functions | |
DtoKPiPiMarkIII () | |
The default constructor. | |
virtual int | modeNumber (bool &cc, tcPDPtr parent, const tPDVector &children) const |
Which of the possible decays is required. | |
double | me2 (const int ichan, const Particle &part, const ParticleVector &decay, MEOption meopt) const |
Return the matrix element squared for a given mode and phase-space channel. | |
virtual void | dataBaseOutput (ofstream &os, bool header) const |
Output the setup information for the particle database. | |
Functions used by the persistent I/O system. | |
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 Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Protected Member Functions | |
Complex | amplitude (bool rho, Energy mD, Energy mA, Energy mB, Energy mC, Energy mAB, Energy mAC, Energy mBC, Energy mres, Energy wres) const |
Calculate the amplitude for a resonance. | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Standard Interfaced functions. | |
virtual void | doinit () |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
virtual void | doinitrun () |
Initialize this object. | |
Private Member Functions | |
DtoKPiPiMarkIII & | operator= (const DtoKPiPiMarkIII &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
RhoDMatrix | _rho |
Spin density matrix. | |
double | _a1rho |
Amplitudes and phases for ![]() | |
double | _phi1rho |
Phase of the ![]() | |
double | _a1Kstarm |
Magnitude of the ![]() | |
double | _phi1Kstarm |
Phase of the ![]() | |
double | _a1Kstar0 |
Magnitude of the ![]() | |
double | _phi1Kstar0 |
Phase of the ![]() | |
double | _a1NR |
Magnitude of the non-resonant component. | |
double | _phi1NR |
Phase of the non-resonant component. | |
Complex | _c1rho |
Magnitude of the ![]() | |
Complex | _c1Kstarm |
Magnitude of the ![]() | |
Complex | _c1Kstar0 |
Magnitude of the ![]() | |
Complex | _c1NR |
Magnitude of the non-resonant component. | |
double | _a2rho |
Amplitudes and phases for ![]() | |
double | _phi2rho |
Phase of the ![]() | |
double | _a2Kstar |
Magnitude of the ![]() | |
double | _phi2Kstar |
Phase of the ![]() | |
double | _a2NR |
Magnitude of the non-resonant component. | |
double | _phi2NR |
Phase of the non-resonant component. | |
Complex | _c2rho |
Amplitude of the ![]() | |
Complex | _c2Kstar |
Amplitude of the ![]() | |
Complex | _c2NR |
Amplitude of the non-resonant component. | |
double | _a3rho |
Amplitudes and phases for ![]() | |
double | _phi3rho |
Phase of the ![]() | |
double | _a3Kstar |
Magnitude of the ![]() | |
double | _phi3Kstar |
Phase of the ![]() | |
double | _a3NR |
Magnitude of the non-resonant component. | |
double | _phi3NR |
Phase of the non-resonant component. | |
Complex | _c3rho |
Amplitude of the ![]() | |
Complex | _c3Kstar |
Amplitude of the ![]() | |
Complex | _c3NR |
Amplitude of the non-resonant component. | |
double | _a4Kstar |
Amplitudes and phases for ![]() | |
double | _phi4Kstar |
Phase of the ![]() | |
double | _a4NR |
Magnitude of the non-resonant component. | |
double | _phi4NR |
Phase of the non-resonant component. | |
Complex | _c4Kstar |
Amplitude of the ![]() | |
Complex | _c4NR |
Amplitude of the non-resonant component. | |
bool | _localparameters |
Masses and Widths of the resonances. | |
Energy | _mrhop |
Mass of the ![]() | |
Energy | _wrhop |
Width of the ![]() | |
Energy | _mrho0 |
Mass of the ![]() | |
Energy | _wrho0 |
Width of the ![]() | |
Energy | _mKstarm |
Mass of the ![]() | |
Energy | _wKstarm |
Width of the ![]() | |
Energy | _mKstar0 |
Mass of the ![]() | |
Energy | _wKstar0 |
Width of the ![]() | |
InvEnergy | _rrho |
The radii of the mesons for the form-factors. | |
InvEnergy | _rKstar |
![]() | |
vector< double > | _maxwgt |
Parameters for the phase-space integration. | |
vector< double > | _weights |
Weights for the different phase-space channels. | |
Static Private Attributes | |
static ClassDescription < DtoKPiPiMarkIII > | initDtoKPiPiMarkIII |
The static object used to initialize the description of this class. |
Here is the documentation of the DtoKPiPiMarkIII class.
Definition at line 28 of file DtoKPiPiMarkIII.h.
Complex Herwig::DtoKPiPiMarkIII::amplitude | ( | bool | rho, |
Energy | mD, | ||
Energy | mA, | ||
Energy | mB, | ||
Energy | mC, | ||
Energy | mAB, | ||
Energy | mAC, | ||
Energy | mBC, | ||
Energy | mres, | ||
Energy | wres | ||
) | const [protected] |
Calculate the amplitude for a resonance.
rho | True for rho resonances and false for ![]() |
mD | The mass of the decaying particle |
mA | The mass of the first decay product |
mB | The mass of the second decay product |
mC | The mass of the third decay product |
mAB | The mass of the pair AB |
mAC | The mass of the pair AC |
mBC | The mass of the pair BC |
mres | The on-shell mass of the intermediate resonance |
wres | The width of the intermediate resonance |
virtual IBPtr Herwig::DtoKPiPiMarkIII::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
Definition at line 118 of file DtoKPiPiMarkIII.h.
virtual void Herwig::DtoKPiPiMarkIII::dataBaseOutput | ( | ofstream & | os, |
bool | header | ||
) | const [virtual] |
Output the setup information for the particle database.
os | The stream to output the information to |
header | Whether or not to output the information for MySQL |
Reimplemented from Herwig::DecayIntegrator.
virtual void Herwig::DtoKPiPiMarkIII::doinit | ( | ) | [protected, virtual] |
Initialize this object after the setup phase before saving an EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from ThePEG::InterfacedBase.
virtual void Herwig::DtoKPiPiMarkIII::doinitrun | ( | ) | [protected, virtual] |
Initialize this object.
Called in the run phase just before a run begins.
Reimplemented from Herwig::DecayIntegrator.
virtual IBPtr Herwig::DtoKPiPiMarkIII::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
Definition at line 124 of file DtoKPiPiMarkIII.h.
static void Herwig::DtoKPiPiMarkIII::Init | ( | ) | [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.
Reimplemented from Herwig::DecayIntegrator.
double Herwig::DtoKPiPiMarkIII::me2 | ( | const int | ichan, |
const Particle & | part, | ||
const ParticleVector & | decay, | ||
MEOption | meopt | ||
) | const [virtual] |
Return the matrix element squared for a given mode and phase-space channel.
ichan | The channel we are calculating the matrix element for. |
part | The decaying Particle. |
decay | The particles produced in the decay. |
meopt | Option for the matrix element |
Implements Herwig::DecayIntegrator.
virtual int Herwig::DtoKPiPiMarkIII::modeNumber | ( | bool & | cc, |
tcPDPtr | parent, | ||
const tPDVector & | children | ||
) | const [virtual] |
Which of the possible decays is required.
cc | Is this mode the charge conjugate |
parent | The decaying particle |
children | The decay products |
Implements Herwig::DecayIntegrator.
DtoKPiPiMarkIII& Herwig::DtoKPiPiMarkIII::operator= | ( | const DtoKPiPiMarkIII & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::DtoKPiPiMarkIII::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. |
Reimplemented from Herwig::DecayIntegrator.
void Herwig::DtoKPiPiMarkIII::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::DecayIntegrator.
double Herwig::DtoKPiPiMarkIII::_a1rho [private] |
Amplitudes and phases for .
Magnitude of the component
Definition at line 168 of file DtoKPiPiMarkIII.h.
double Herwig::DtoKPiPiMarkIII::_a2rho [private] |
Amplitudes and phases for .
Magnitude of the component
Definition at line 233 of file DtoKPiPiMarkIII.h.
double Herwig::DtoKPiPiMarkIII::_a3rho [private] |
Amplitudes and phases for .
Magnitude of the component
Definition at line 283 of file DtoKPiPiMarkIII.h.
double Herwig::DtoKPiPiMarkIII::_a4Kstar [private] |
Amplitudes and phases for .
Magnitude of the component
Definition at line 333 of file DtoKPiPiMarkIII.h.
bool Herwig::DtoKPiPiMarkIII::_localparameters [private] |
Masses and Widths of the resonances.
Use local values of the masses and widths
Definition at line 368 of file DtoKPiPiMarkIII.h.
vector<double> Herwig::DtoKPiPiMarkIII::_maxwgt [private] |
Parameters for the phase-space integration.
Maximum weights for the different modes
Definition at line 433 of file DtoKPiPiMarkIII.h.
InvEnergy Herwig::DtoKPiPiMarkIII::_rrho [private] |
The radii of the mesons for the form-factors.
radius
Definition at line 418 of file DtoKPiPiMarkIII.h.
ClassDescription<DtoKPiPiMarkIII> Herwig::DtoKPiPiMarkIII::initDtoKPiPiMarkIII [static, private] |
The static object used to initialize the description of this class.
Indicates that this is a concrete class with persistent data.
Definition at line 151 of file DtoKPiPiMarkIII.h.