![]() |
HepPDT Reference DocumentationHepPDT |
#include <fstream>
#include <string>
#include <cstdlib>
#include "HepPID/ParticleIDTranslations.hh"
#include "HepPID/ParticleIDMethods.hh"
#include "HepPID/ParticleName.hh"
#include "HepPID/Version.hh"
Go to the source code of this file.
Functions | |
void | list_pythia_ () |
void | getkf_ (int *, int *) |
void | getpyname_ (int *, int *, char *name) |
void | writeLine (int &i, int &kf, int &id, std::string &name, std::string &pn, std::ofstream &os) |
int | main () |
void getkf_ | ( | int * | , | |
int * | ||||
) |
void getpyname_ | ( | int * | , | |
int * | , | |||
char * | name | |||
) |
void list_pythia_ | ( | ) |
int main | ( | ) |
Definition at line 32 of file examListPythia.cc.
References getkf_(), getpyname_(), HepPID::isValid(), list_pythia_(), HepPID::particleName(), HepPID::translatePythiatoPDT(), writeLine(), and HepPID::writeVersion().
void writeLine | ( | int & | i, | |
int & | kf, | |||
int & | id, | |||
std::string & | name, | |||
std::string & | pn, | |||
std::ofstream & | os | |||
) |