CepGen 1.2.5
Central exclusive processes event generator
|
#include <set>
#include "CepGen/Physics/Constants.h"
#include "CepGen/Physics/Momentum.h"
#include "CepGen/Physics/ParticleProperties.h"
#include "CepGen/Utils/Hasher.h"
Go to the source code of this file.
Classes | |
class | Particle |
Kinematic information for one particle. More... | |
class | ParticlesMap |
Map between a particle's role and its associated Particle object. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
typedef std::set< int > | ParticlesIds |
A set of integer-type particle identifiers. | |
typedef std::reference_wrapper< Particle > | ParticleRef |
Reference to a Particle object. | |
typedef std::vector< Particle > | Particles |
List of Particle objects. | |
typedef std::vector< ParticleRef > | ParticlesRefs |
List of references to Particle objects. | |
typedef std::vector< Particle::Role > | ParticleRoles |
List of particles' roles. | |