#include <algorithm>#include <array>#include <cassert>#include <cstdlib>#include <iosfwd>#include <sstream>#include <stdexcept>#include <string>#include <iostream>#include "pdgcode_constants.h"Go to the source code of this file.
Classes | |
| class | smash::PdgCode |
| struct | smash::PdgCode::InvalidPdgCode |
Namespaces | |
| smash | |
Macros | |
| #define | SMASH_BITFIELD_ORDER_ 1 |
Functions | |
| std::istream & | smash::operator>> (std::istream &is, PdgCode &code) |
| Sets the PDG code from the textual representation in the input stream. More... | |
| std::ostream & | smash::operator<< (std::ostream &is, const PdgCode &code) |
| bool | smash::is_dilepton (const PdgCode pdg1, const PdgCode pdg2) |
| bool | smash::has_lepton_pair (const PdgCode pdg1, const PdgCode pdg2, const PdgCode pdg3) |