Skip to content

Add new struct FkTable #68

Closed
Closed
@cschwan

Description

@cschwan

Add a new struct FkTable, which is a special case of Grid, but

  • has a single scale Q^2 for all Subgrids
  • guarantees that the x1 and x2 grids are the same for each Subgrid
  • 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 and initial_state_2 are implicitly set to 2212 (proton) if not present in Grid, but for FkTable they must be explicitly set
    • lumi_id_types which is either pdg_mc_ids if the luminosity function uses MC PDG IDs (for the flavour basis), or evo_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) and 235 (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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions