Mu2 struct and grids #191
Replies: 3 comments 5 replies
-
@cschwan I don't want to be overly critic, but the code above seems to be also a bit redundant (e.g. the code generating I would try, sooner or later, to refactor to avoid repetitions, splitting repeated code in stand-alone functions (of course with minimal "publicity", i.e. as minimal as possible). |
Beta Was this translation helpful? Give feedback.
-
@alecandido This was needed to support fastNLO flexible-scale grids, see here: #25 (comment). Only in this instance we support renormalization and factorization having different functional forms. We might want to consider adding support for this also for filling grids in the future. |
Beta Was this translation helpful? Give feedback.
-
The documentation can be improved, that's absolutely true. Note that the |
Beta Was this translation helpful? Give feedback.
-
What is the meaning of the
Mu2
struct andmu2_grid
s if they are consistently set toq2
:pineappl/pineappl/src/import_only_subgrid.rs
Lines 62 to 68 in 1955056
pineappl/pineappl/src/lagrange_subgrid.rs
Lines 862 to 869 in 1955056
pineappl/pineappl/src/lagrange_subgrid.rs
Lines 582 to 589 in 1955056
pineappl/pineappl/src/lagrange_subgrid.rs
Lines 228 to 235 in 1955056
and it is also assumed that they are doing so:
pineappl/pineappl/src/lumi.rs
Lines 339 to 347 in 1955056
pineappl/pineappl/src/lumi.rs
Lines 359 to 365 in 1955056
(because
ren
is an object supposed to be multiplied byxir * xir
andfac
byxif * xif
).Beta Was this translation helpful? Give feedback.
All reactions