CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Core/Exception.h"
#include "CepGen/Event/Event.h"
#include "CepGen/Modules/ProcessFactory.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Physics/Utils.h"
#include "CepGen/Process/FactorisedProcess.h"
#include "CepGen/Utils/Math.h"
Go to the source code of this file.
Classes | |
class | PPtoFF |
Compute the 2-to-4 matrix element for a CE \(\gamma\gamma\rightarrow f\bar f\) process. More... | |
Functions | |
REGISTER_PROCESS ("pptoff", PPtoFF) | |
Variables | |
auto | make_pdgids_pair = [](pdgid_t pair) { return spdgids_t{(spdgid_t)pair, -(spdgid_t)pair}; } |
REGISTER_PROCESS | ( | "pptoff" | , |
PPtoFF | |||
) |