![]() |
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::QQPDTMap |
typedef std::map< int, int > | HepPID::PDTQQMap |
typedef std::map< int, int > | HepPID::QQbarMap |
typedef std::map< int, int > | HepPID::InverseQQbarMap |
Functions | |
QQPDTMap const & | HepPID::getQQPDTMap () |
PDTQQMap const & | HepPID::getPDTQQMap () |
QQbarMap const & | HepPID::getQQbarMap () |
InverseQQbarMap const & | HepPID::getInverseQQbarMap () |
QQPDTMap const & | HepPID::QQPDTMapInit () |
QQbarMap const & | HepPID::QQbarMapInit () |
PDTQQMap const & | HepPID::PDTQQMapInit () |
InverseQQbarMap const & | HepPID::InverseQQbarMapInit () |
QQPDTMap const & | HepPID::getQQPDTMap () |
PDTQQMap const & | HepPID::getPDTQQMap () |
QQbarMap const & | HepPID::getQQbarMap () |
InverseQQbarMap const & | HepPID::getInverseQQbarMap () |
int | HepPID::translateQQbar (const int id) |
QQ helper function. | |
int | HepPID::translateInverseQQbar (const int id) |
QQ helper function. | |
int | HepPID::translateQQtoPDT (const int qqID) |
translate QQ to PDG standard | |
int | HepPID::translatePDTtoQQ (const int pid) |
translate PDG standard to QQ | |
void | HepPID::writeQQTranslation (std::ostream &os) |
output the translation list |