#include "smash/nucleus.h"
#include <fstream>
#include <iostream>
#include <limits>
#include <map>
#include <string>
#include "smash/angles.h"
#include "smash/constants.h"
#include "smash/fourvector.h"
#include "smash/input_keys.h"
#include "smash/logging.h"
#include "smash/numerics.h"
#include "smash/particles.h"
#include "smash/random.h"
#include "smash/threevector.h"
Go to the source code of this file.
Namespaces | |
smash | |
Functions | |
std::ostream & | smash::operator<< (std::ostream &out, const Nucleus &n) |
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... | |
Variables | |
static constexpr int | smash::LNucleus = LogArea::Nucleus::id |