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.
- Timestamp:
-
Jan 8, 2017, 4:15:18 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
130 | 130 | The 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). |
131 | 131 | |
132 | | The actual physical parameter value is found by <span class="code">`par_value = nominal * (1 + par_var * 1-sigma)`</span>. |
| 132 | The actual physical parameter value is found by |
| 133 | {{{ |
| 134 | #!span class="code" |
| 135 | `par_value = nominal * (1 + par_var * 1-sigma)` |
| 136 | }}} |
133 | 137 | |
134 | 138 | The 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. |