 |
Belle II Software
release-05-01-25
|
23 namespace EvtPDLUtil {
57 double charge(
int pdgCode);
double charge(int pdgCode)
Returns electric charge of a particle with given pdg code.
std::string antiParticleName(int pdgCode)
Returns the name of the anti-particle of a particle with given pdg code.
std::string particleListName(int pdgCode, const std::string &label)
Returns the name of the particle ParticleList for particles with given pdg code and with given label.
std::string particleName(int pdgCode)
Returns the name of a particle with given pdg code.
Abstract base class for different kinds of events.
bool hasAntiParticle(int pdgCode)
Checks if the particle with given pdg code has an anti-particle or not.
std::string antiParticleListName(int pdgCode, const std::string &label)
Returns the name of the anti-particle ParticleList for particles with given pdg code and with given l...