CepGen 1.2.5
Central exclusive processes event generator
|
Grid header information as parsed from the file. More...
Public Types | |
enum | order_t : unsigned short { lo = 0 , nlo = 1 , nnlo = 2 } |
Interpolation order. More... | |
enum | cl_t : unsigned short { cl68 = 0 , cl95 = 1 } |
Confidence level. More... | |
enum | nucleon_t : unsigned short { proton = 1 , neutron = 2 } |
Type of nucleon interpolated. More... | |
Public Attributes | |
unsigned int | magic |
Grid file magic number. | |
order_t | order |
Interpolation order. | |
cl_t | cl |
Confidence level. | |
nucleon_t | nucleon |
Type of nucleon interpolated. | |
Definition at line 78 of file MSTWGrid.cpp.
enum cl_t : unsigned short |
Enumerator | |
---|---|
cl68 | |
cl95 |
Definition at line 82 of file MSTWGrid.cpp.
enum nucleon_t : unsigned short |
Enumerator | |
---|---|
proton | |
neutron |
Definition at line 84 of file MSTWGrid.cpp.
enum order_t : unsigned short |
Enumerator | |
---|---|
lo | |
nlo | |
nnlo |
Definition at line 80 of file MSTWGrid.cpp.
cl_t cl |
Definition at line 87 of file MSTWGrid.cpp.
unsigned int magic |
Definition at line 85 of file MSTWGrid.cpp.
nucleon_t nucleon |
Definition at line 88 of file MSTWGrid.cpp.
order_t order |
Definition at line 86 of file MSTWGrid.cpp.