Version: SMASH-1.5
particledata.h File Reference
#include <limits>
#include "forwarddeclarations.h"
#include "fourvector.h"
#include "particletype.h"
#include "pdgcode.h"
#include "processbranch.h"

Go to the source code of this file.

Classes

struct  smash::HistoryData
 A structure to hold information about the history of the particle, e.g. More...
 
class  smash::ParticleData
 ParticleData contains the dynamic information of a certain particle. More...
 
struct  smash::PrintParticleListDetailed
 

Namespaces

 smash
 

Functions

std::ostream & smash::operator<< (std::ostream &s, const ParticleData &p)
 Writes the state of the particle to the output stream. More...
 
std::ostream & smash::operator<< (std::ostream &out, const ParticleList &particle_list)
 Writes a compact overview over the particles in the particle_list argument to the stream. More...
 
PrintParticleListDetailed smash::detailed (const ParticleList &list)
 Request the ParticleList to be printed in full detail (i.e. More...
 
std::ostream & smash::operator<< (std::ostream &out, const PrintParticleListDetailed &particle_list)
 Writes a detailed overview over the particles in the particle_list argument to the stream. More...