ROOTPWA
|
Go to the source code of this file.
Macros | |
#define | Pr 0.1973 |
Functions | |
complex< double > | D (const double alpha, const double beta, const double gamma, const int j, const int m, const int n) |
double | d_jmn_b (int J, int M, int N, double beta) |
double | clebsch (const int j1, const int j2, const int j3, const int m1, const int m2, const int m3) |
double | dfact (const double i) |
double | F (const int n, const double p) |
double | lambda (const double a, const double b, const double c) |
complex< double > | q (const double M, const double m1, const double m2) |
int | fact (int i) |
void | addtab () |
void | subtab () |
void | ptab () |
void | settab (const int nchar) |
string | id2name (const Geant_ID type) |
Geant_ID | name2id (const string &name, const int q) |
string | itos (const int i) |
string | chargetos (int charge) |
Variables | |
int | ntab = 0 |
int | tabsize = 8 |
#define Pr 0.1973 |
Referenced by F().
void addtab | ( | ) |
Definition at line 227 of file pputil.cc.
References ntab.
Referenced by decay::amp(), decay::expt_amp(), particle::print(), and particle::printFrames().
string chargetos | ( | int | charge | ) |
Definition at line 418 of file pputil.cc.
Referenced by particle::sprint().
double clebsch | ( | const int | j1, |
const int | j2, | ||
const int | j3, | ||
const int | m1, | ||
const int | m2, | ||
const int | m3 | ||
) |
Definition at line 81 of file pputil.cc.
Referenced by decay::amp(), rpwa::isobarDecayTopology::getIsospinClebschGordanProduct(), and rpwa::isobarDecayTopology::getIsospinSymmetrization().
double dfact | ( | const double | i | ) |
double F | ( | const int | n, |
const double | p | ||
) |
Definition at line 149 of file pputil.cc.
References Pr.
Referenced by decay::amp(), rpwa::rhoBreitWigner::amp(), particle::breitWigner(), breitWigner::val(), and rhoPrime::val().
Definition at line 207 of file pputil.cc.
References i.
Referenced by d_jmn_b(), and rpwa::nBodyPhaseSpaceGen::setDecay().
string id2name | ( | const Geant_ID | type | ) |
Definition at line 259 of file pputil.cc.
References g_AntiProton, g_Deuteron, g_Electron, g_Eta, g_EtaPrime, g_Gamma, g_KMinus, g_KPlus, g_KShort, g_Lambda, g_Neutron, g_omega, g_phiMeson, g_Pi0, g_PiMinus, g_PiPlus, g_Positron, g_Proton, g_Rho0, g_RhoMinus, and g_RhoPlus.
Referenced by event::read1(), and event::read2().
double lambda | ( | const double | a, |
const double | b, | ||
const double | c | ||
) |
Definition at line 327 of file pputil.cc.
References g_AntiProton, g_Deuteron, g_Electron, g_Eta, g_EtaPrime, g_Gamma, g_KLong, g_KMinus, g_KPlus, g_KShort, g_Lambda, g_Neutron, g_omega, g_phiMeson, g_Pi0, g_PiMinus, g_PiPlus, g_Positron, g_Proton, and g_Unknown.
Referenced by event::write1(), and event::write2().
void ptab | ( | ) |
Definition at line 243 of file pputil.cc.
References i, ntab, and tabsize.
Referenced by decay::amp(), particle::decayAmp(), decay::expt_amp(), particle::print(), particleData::print(), decay::print(), particle::printFrames(), and decay::printFrames().
complex<double> q | ( | const double | M, |
const double | m1, | ||
const double | m2 | ||
) |
void subtab | ( | ) |
Definition at line 234 of file pputil.cc.
References ntab.
Referenced by decay::amp(), decay::expt_amp(), particle::print(), and particle::printFrames().
int ntab = 0 |