pub struct EkoInfo {
    pub muf2_0: f64,
    pub alphas: Vec<f64>,
    pub xir: f64,
    pub xif: f64,
    pub target_x_grid: Vec<f64>,
    pub target_pids: Vec<i32>,
    pub grid_axes: GridAxes,
    pub lumi_id_types: String,
}
Expand description

Extra information required to perform the conversion of a Grid to an FkTable using Grid::convolute_eko.

Fields

muf2_0: f64

Scale of the FkTable.

alphas: Vec<f64>

Strong coupling constants for the renormalization scales in the same ordering as given in GridAxes.

xir: f64

Renormalization scale variation.

xif: f64

Factorization scale variation.

target_x_grid: Vec<f64>

Interpolation grid in x of the FkTable.

target_pids: Vec<i32>

Parton IDs for the FkTable.

grid_axes: GridAxes

axes shared with the process grid

lumi_id_types: String

TODO: replace this member with the actual data

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.