CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Physics/Kinematics.h"
Go to the source code of this file.
Classes | |
class | RunParameters |
List of parameters used to start and run the simulation job. More... | |
class | RunParameters::Generation |
Collection of events generation parameters. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::proc |
Location for all physics processes to be generated. | |
namespace | cepgen::utils |
Collection of utilities. | |
Typedefs | |
typedef std::vector< std::unique_ptr< EventModifier > > | EventModifiersSequence |
Event modification algos ordered set. | |
typedef std::vector< std::unique_ptr< EventExporter > > | EventExportersSequence |
Event export modules ordered set. | |
typedef std::vector< std::unique_ptr< utils::Functional > > | TamingFunctionsSequence |
Taming functions evaluators set. | |