cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
EventKinematics Struct Reference

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
 

Detailed Description

Definition at line 79 of file KTStructures.h.

Member Data Documentation

◆ idum

int idum

Definition at line 83 of file KTStructures.h.

◆ MAX_PART

constexpr size_t MAX_PART = 10
staticconstexpr

Definition at line 80 of file KTStructures.h.

◆ nout

int nout

Definition at line 81 of file KTStructures.h.

◆ pc

double pc[MAX_PART][4]

Definition at line 84 of file KTStructures.h.

◆ pdg

int pdg[MAX_PART]

Definition at line 82 of file KTStructures.h.

◆ px

double px[4]

Definition at line 85 of file KTStructures.h.

◆ py

double py[4]

Definition at line 86 of file KTStructures.h.