CepGen 1.2.5
Central exclusive processes event generator
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::mode |
Collection of enums for the definition of process mode. | |
Enumerations | |
enum class | Kinematics { invalid = 0 , ElasticElastic = 1 , ElasticInelastic = 2 , InelasticElastic = 3 , InelasticInelastic = 4 } |
Type of scattering. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, const cepgen::mode::Kinematics &) |
Human-readable format of a process mode (elastic/dissociative parts) | |