![]() |
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::HerwigPDTMap |
typedef std::map< int, int > | HepPID::PDTHerwigMap |
Functions | |
HerwigPDTMap const & | HepPID::getHerwigPDTMap () |
PDTHerwigMap const & | HepPID::getPDTHerwigMap () |
HerwigPDTMap const & | HepPID::HerwigPDTMapInit () |
PDTHerwigMap const & | HepPID::PDTHerwigMapInit () |
HerwigPDTMap const & | HepPID::getHerwigPDTMap () |
PDTHerwigMap const & | HepPID::getPDTHerwigMap () |
int | HepPID::translateHerwigtoPDT (const int herwigID) |
translate Herwig to PDG standard | |
int | HepPID::translatePDTtoHerwig (const int pid) |
translate PDG standard to Herwig | |
void | HepPID::writeHerwigTranslationLine (int i, std::ostream &os) |
void | HepPID::writeHerwigTranslation (std::ostream &os) |
output the translation list |