CepGen 1.2.5
Central exclusive processes event generator
|
#include <memory>
#include "CepGen/Core/Exception.h"
#include "CepGen/Event/Event.h"
#include "CepGen/Modules/PhaseSpaceGeneratorFactory.h"
#include "CepGen/Physics/Cuts.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Process/FactorisedProcess.h"
#include "CepGen/Process/PartonsCollinearPhaseSpaceGenerator.h"
#include "CepGen/Process/PartonsKTPhaseSpaceGenerator.h"
#include "CepGen/Process/PartonsPhaseSpaceGenerator.h"
#include "CepGen/Process/PhaseSpaceGenerator.h"
#include "CepGen/Utils/Math.h"
#include "CepGen/Utils/Message.h"
Go to the source code of this file.
Classes | |
class | PhaseSpaceGenerator2to4< T > |
A 2-to-4 (or 2-to-2 central) phase space generator. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
using | KT2to4 = cepgen::PhaseSpaceGenerator2to4< cepgen::PartonsKTPhaseSpaceGenerator > |
using | Coll2to4 = cepgen::PhaseSpaceGenerator2to4< cepgen::PartonsCollinearPhaseSpaceGenerator > |
Functions | |
REGISTER_PSGEN ("kt2to4", KT2to4) | |
REGISTER_PSGEN ("coll2to4", Coll2to4) | |
Definition at line 237 of file PhaseSpaceGenerator2to4.cpp.
Definition at line 236 of file PhaseSpaceGenerator2to4.cpp.
REGISTER_PSGEN | ( | "coll2to4" | , |
Coll2to4 | |||
) |
REGISTER_PSGEN | ( | "kt2to4" | , |
KT2to4 | |||
) |