#include <cmath>
#include "CepGen/Event/Event.h"
#include "CepGen/Physics/Coupling.h"
#include "CepGen/Physics/Kinematics.h"
#include "CepGen/Utils/ProcessVariablesAnalyser.h"
Go to the source code of this file.
Classes | |
class | Process |
Class template to define any process to compute using this MC integrator/events generator. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::proc |
Location for all physics processes to be generated. | |
Typedefs | |
using | ProcessPtr = std::unique_ptr<Process> |
Helper for a Process unique pointer. | |