![]() |
HepPDT Reference DocumentationHepPDT |
#include <map>
#include <utility>
#include "HepPID/Version.hh"
#include "HepPID/ParticleIDTranslations.hh"
#include "HepPID/ParticleIDMethods.hh"
#include "HepPID/ParticleName.hh"
Go to the source code of this file.
Namespaces | |
namespace | HepPID |
Typedefs | |
typedef std::map< int, int > | HepPID::PDGtoPDTMap |
typedef std::map< int, int > | HepPID::PDTtoPDGMap |
Functions | |
PDGtoPDTMap const & | HepPID::getPDGtoPDTMap () |
PDTtoPDGMap const & | HepPID::getPDTtoPDGMap () |
PDGtoPDTMap const & | HepPID::PDGtoPDTMapInit () |
PDTtoPDGMap const & | HepPID::PDTtoPDGMapInit () |
PDGtoPDTMap const & | HepPID::getPDGtoPDTMap () |
PDTtoPDGMap const & | HepPID::getPDTtoPDGMap () |
int | HepPID::translatePDGtabletoPDT (const int pdgID) |
translate PDG table to PDG standard | |
int | HepPID::translatePDTtoPDGtable (const int pid) |
translate PDG standard to PDG table | |
void | HepPID::writePDGTranslationLine (int i, std::ostream &os) |
void | HepPID::writePDGTranslation (std::ostream &os) |
output the translation list |