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 30, 2017, 2:07:39 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
48 | 48 | Separating options with commas runs them in order, e.g. `-f Simplex,Combined` will first run a `Simplex` minimisation and then propagate those results to a `Combined` minimisation. |
49 | 49 | |
| 50 | = Fake data studies with `nuismin` = |
| 51 | |
| 52 | `nuismin` supports fake-data studies for validation purposes. Its aim is to study fitting biases and general troubleshooting of parameter responses. |
| 53 | |
| 54 | Supply `-d MC` to the argument list to use the generator MC as fake-data. You can also specify reweight parameters for the fake-data in the card file by adding |
| 55 | |
| 56 | {{{ |
| 57 | fake_parameter PARAM_NAME PARAM_VALUE |
| 58 | }}} |
| 59 | |
| 60 | to the card file to reweight the generator output to some variation and set that to the data. The data will now be some parameter variation of the MC, and (hopefully) the fit routine will converge on this parameter. |
| 61 | |
| 62 | You can also specify `-d FILE_LOCATION.root` to set the fake-data to a MC histogram that has been previously produced through NUISANCE. |
| 63 | |
| 64 | E.g. the output of a fit result to `ANL_CC1ppip_XSec_1DEnu_nu` will produce some output file `MyOutput.root`, containing a histogram `ANL_CC1ppip_XSec_1DEnu_nu_MC`. Feeding `nuismin` `-d MyOutput.root` in addition to a card file specifying `sample ANL_CC1ppip_XSec_1DEnu_nu MY_GENERATOR:GENERATOR_FILE_LOCATION.root` will find the `_MC` histogram in `MyOutput.root` and set it to the data in the new `nuismin` program. |
| 65 | |
| 66 | |
| 67 | |
50 | 68 | = Making a flat-tree from the generators = |