CepGen 1.2.5
Central exclusive processes event generator
|
Single event kinematics. More...
#include <CepGen/Process/Fortran/KTStructures.h>
Public Attributes | |
int | nout |
Number of particles in central system. | |
int | pdg [MAX_PART] |
PDG ids of all particles in central system. | |
int | idum |
Padding. | |
double | pc [MAX_PART][4] |
4-momenta of all particles in central system | |
double | px [4] |
4-momentum of first outgoing proton state | |
double | py [4] |
4-momentum of second outgoing proton state | |
Static Public Attributes | |
static constexpr size_t | MAX_PART = 10 |
Definition at line 79 of file KTStructures.h.
int idum |
Definition at line 83 of file KTStructures.h.
|
staticconstexpr |
Definition at line 80 of file KTStructures.h.
int nout |
Definition at line 81 of file KTStructures.h.
double pc[MAX_PART][4] |
Definition at line 84 of file KTStructures.h.
int pdg[MAX_PART] |
Definition at line 82 of file KTStructures.h.
double px[4] |
Definition at line 85 of file KTStructures.h.
double py[4] |
Definition at line 86 of file KTStructures.h.