![]() |
HepPDT Reference DocumentationHepPDT |
#include <string>
#include <algorithm>
#include <iostream>
#include <sstream>
#include "HepPDT/defs.h"
#include "HepPDT/TableBuilder.hh"
#include "HepPDT/TempParticleData.hh"
Go to the source code of this file.
Namespaces | |
namespace | HepPDT |
Functions | |
bool | HepPDT::getEvtGenLineType (std::string <ype, int &id, std::string &name, const std::string &pdline) |
void | HepPDT::parseEvtGenLine (TempParticleData &tpd, const std::string &pdline) |
void | HepPDT::parseEvtGenAlias (TempAliasData &tad, const std::string &pdline) |
bool | HepPDT::parseEvtGenDecayLine (TempParticleData &tpd, const std::string &pdline) |
bool | HepPDT::parseEvtGenAliasDecayLine (const std::string &pdline) |
void | HepPDT::parseEvtGenConj (std::string &cname, const std::string &pdline) |
void | HepPDT::parseEvtGenDefinition (std::string &def, double &val, const std::string &pdline) |
bool | HepPDT::addEvtGenParticles (std::istream &, TableBuilder &) |
read EvtGen input and add particles to the table |