nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 21 and Version 22 of HowToNeut


Ignore:
Timestamp:
Jan 8, 2017, 4:15:18 PM (8 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToNeut

    v21 v22  
    130130The hard-coded nominal defaults for NEUT can be found in `$NEUT_ROOT/src/reweight/NFortFns.cc`. These are also the physical units of the parameter (e.g. MaCCQE default is 1.21 GeV in NEUT).
    131131
    132 The actual physical parameter value is found by <span class="code">`par_value = nominal * (1 + par_var * 1-sigma)`</span>.
     132The actual physical parameter value is found by
     133{{{
     134#!span class="code"
     135`par_value = nominal * (1 + par_var * 1-sigma)`
     136}}}
    133137
    134138The output of the fit is in the units of `par_var`, not `par_value`. So an output for `MaCCQE` of `0.7` would equate to `1.21*(1+1*0.165) = 1.35` GeV.