#include <cassert>#include <string>#include <utility>#include <vector>#include "forwarddeclarations.h"#include "macros.h"#include "pdgcode.h"Go to the source code of this file.
| Classes | |
| class | smash::ParticleType | 
| Particle type contains the static properties of a particle species.  More... | |
| struct | smash::ParticleType::PdgNotFoundFailure | 
| struct | smash::ParticleType::LoadFailure | 
| class | smash::ParticleTypePtr | 
| A pointer-like interface to global references to ParticleType objects.  More... | |
| Namespaces | |
| smash | |
| Enumerations | |
| enum | smash::Parity { smash::Parity::Pos, smash::Parity::Neg } | 
| Represent the parity of a particle type.  More... | |
| Functions | |
| Parity | smash::operator- (Parity p) | 
| Parity | smash::operator* (Parity x, Parity y) | 
| void | smash::operator*= (Parity &x, Parity y) |