#include <map>#include <stdexcept>#include <vector>#include "configuration.h"#include "constants.h"#include "forwarddeclarations.h"#include "fourvector.h"#include "particledata.h"#include "threevector.h"Go to the source code of this file.
| Classes | |
| class | smash::Nucleus | 
| A nucleus is a collection of particles that are initialized, before the beginning of the simulation and all have the same velocity.  More... | |
| struct | smash::Nucleus::TestparticleConfusion | 
| Namespaces | |
| smash | |
| Functions | |
| bool | smash::has_projectile_or_target (const Configuration &config) | 
| Find out whether a configuration has a projectile or a target sub-section.  More... | |
| bool | smash::is_about_projectile (const Configuration &config) | 
| Find out whether a configuration is about projectile or target.  More... | |