![]() |
HepPDT Reference DocumentationHepPDT |
#include <string>
#include <map>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | HepPID |
Functions | |
std::string | HepPID::particleName (const int &) |
get a known HepPID Particle name | |
int | HepPID::particleName (const std::string &) |
lookup a known ID | |
void | HepPID::listParticleNames (std::ostream &os) |
list all known names | |
bool | HepPID::validParticleName (const int &) |
verify that this number has a valid name | |
bool | HepPID::validParticleName (const std::string &) |
verify that this string has a valid id | |
ParticleNameMap const & | HepPID::getParticleNameMap () |
access the ParticleNameMap for other purposes |