Closed
Description
Add a new struct FkTable
, which is a special case of Grid
, but
- has a single scale Q^2 for all
Subgrid
s - guarantees that the
x1
andx2
grids are the same for eachSubgrid
- has a simplified luminosity function, in the sense that each combination of initial-states appears only once
- has exactly one order, with all powers set to zero, because all powers are added on top with each other with the right powers in the strong coupling constant
- must contain the following metadata:
initial_state_1
andinitial_state_2
are implicitly set to2212
(proton) if not present inGrid
, but forFkTable
they must be explicitly setlumi_id_types
which is eitherpdg_mc_ids
if the luminosity function uses MC PDG IDs (for the flavour basis), orevo_basis_ids
for the evolution basis, which has the following possible ids:21
(gluon),22
(photon),100
(V),103
(V3),108
(V8),115
(V15),124
(V24),135
(V35),200
(sigma),203
(T3),208
(T8),215
(T15),224
(T24) and235
(T35)- more metadata to explicitly specify the evolution kernel operators that were used to produce the
FkTable
- must not contain any K-factors, which instead are built into table
Metadata
Metadata
Assignees
Labels
No labels