cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Modes.h File Reference
#include <iosfwd>
+ Include dependency graph for Modes.h:
+ This graph shows which files directly or indirectly include this file:

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)