Update the reweight tool for z expension model#48
Update the reweight tool for z expension model#48LiangLiu212 wants to merge 2 commits intoGENIE-MC:masterfrom
Conversation
- add the reweight for z expension axial form factor - update the reweight for z expension vector form factor Using the error propagation formula to scale the cross-section to get the weight.
nusense
left a comment
There was a problem hiding this comment.
Can you check the question about using kXSecTwkDial_ZExpELFF where I'd expect kXSecTwkDial_ZExpZAFF.
I also checked with Jeremy Wolcott to see whether NOvA is using the individual ZExpELFF tweak parameters. We agreed that these seem to be vector form factor parameters and NOvA doesn't use those, only the axial, so I don't think we're pulling the rug out from under them.
|
|
||
| \created March 25, 2024 | ||
|
|
||
| \cpright Copyright (c) 2003-2025, The GENIE Collaboration |
There was a problem hiding this comment.
might as well claim the copyright through the year it's getting committed: 2026. Here and elsewhere.
There was a problem hiding this comment.
I will bump copyright.
As I understand, the previous implementation of reweight of axial form factor can only include the correlation matrix by using However, I think we should consider the uncertainties of the ZExp model as a whole, rather than focusing on the individual parameters. And we don't need to have a feature to tweak individual parameter. So, in my PR, I provide a new method to estimate the uncertainties of ZExp model with covariance matrix by using the error propagation method. |
|
I just realized that we might still want to reweight the Z-expansion from one set of parameters to another. |
Add reweighting support for the z-expansion axial form factor.
Update the reweighting implementation for the z-expansion vector form factor.
Weights are computed by scaling the cross section using standard error propagation.