![]() |
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::EvtGenPDTMap |
typedef std::map< int, int > | HepPID::PDTEvtGenMap |
Functions | |
EvtGenPDTMap const & | HepPID::getEvtGenPDTMap () |
PDTEvtGenMap const & | HepPID::getPDTEvtGenMap () |
EvtGenPDTMap const & | HepPID::EvtGenPDTMapInit () |
PDTEvtGenMap const & | HepPID::PDTEvtGenMapInit () |
EvtGenPDTMap const & | HepPID::getEvtGenPDTMap () |
PDTEvtGenMap const & | HepPID::getPDTEvtGenMap () |
int | HepPID::translateEvtGentoPDT (const int evtGenID) |
translate EvtGen to PDG standard | |
int | HepPID::translatePDTtoEvtGen (const int pid) |
translate PDG standard to EvtGen | |
void | HepPID::writeEvtGenTranslationLine (int i, std::ostream &os) |
void | HepPID::writeEvtGenTranslation (std::ostream &os) |
output the translation list |