![]() |
HepPDT Reference DocumentationHepPDT |
#include <iostream>
#include <string>
#include <sstream>
#include "HepPDT/defs.h"
#include "HepPDT/TempParticleData.hh"
#include "HepPDT/TableBuilder.hh"
Go to the source code of this file.
Namespaces | |
namespace | HepPDT |
namespace | HepPDT::detail |
Functions | |
bool | HepPDT::addPythiaParticles (std::istream &pdfile, TableBuilder &tb) |
read Pythia input and add particles to the table | |
void | HepPDT::detail::parsePythiaLine (TempParticleData &tpd, int &anti, std::string &aname, const std::string &pdline) |
for internal use | |
void | HepPDT::detail::parsePythiaDecayLine (TempParticleData &tpd, const std::string &pdline) |
for internal use |