Functions | |
double | cTau (int pdgID, const HepPDT::ParticleDataTable *pdt) |
double | mass (int pdgID, const HepPDT::ParticleDataTable *pdt) |
Variables | |
static constexpr double | kInvalidCtau = 1E99 |
static constexpr double | kInvalidMass = -99999 |
double pdg::cTau | ( | int | pdgID, |
const HepPDT::ParticleDataTable * | pdt | ||
) |
Definition at line 26 of file pdg_functions.cc.
References funct::abs(), info(), kInvalidCtau, and w.
Referenced by lhef::LHEEvent::asHepMCEvent(), ParticlePropagator::initProperDecayTime(), and TrajectoryManager::reconstruct().
double pdg::mass | ( | int | pdgID, |
const HepPDT::ParticleDataTable * | pdt | ||
) |
Definition at line 18 of file pdg_functions.cc.
References info(), and kInvalidMass.
Referenced by FBaseSimEvent::addSimTrack().
|
static |
Definition at line 32 of file pdg_functions.h.
Referenced by cTau().
|
static |
Definition at line 29 of file pdg_functions.h.
Referenced by mass().