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:
-
Jun 12, 2017, 6:45:24 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
289 | 289 | == Analysing the output == |
290 | 290 | |
291 | | [[Image(screenshot.png, 300px)]] |
| 291 | When we open the NUISANCE output file in ROOT we can see that it contains a series of histograms all with names similar to the sample names we specified in our card file. By default NUISANCE preppends the name of the sample to any histogram when writing it so that you know from what sample each histogram originated from. |
| 292 | |
| 293 | Lets go through some of the histograms of interest. |
| 294 | |
| 295 | - ** MiniBooNE_CC1pip_XSec_1DTpi_nu_data ** : This is the data histogram we are trying to compare to for the Tpi distribution. Drawing this with the ROOT draw option 'E1' will draw us the error bands. |
| 296 | [[Image(screenshot_5.png, 600px)]] |
| 297 | |
| 298 | - ** MiniBooNE_CC1pip_XSec_1DTpi_nu_MC ** : This is the MC histogram for our model binned in exactly the same binning as the data. This histogram is used to calculate a likelihood by directly comparing to the data. By default the title of the MC histogram is also set to the value of the likelihood for easy reference. In the plot below the chi2 was calculated to be : 25.749 |
| 299 | |
| 300 | [[Image(screenshot_2.png, 600px)]] |
292 | 301 | |
293 | 302 | == Providing reweight parameters == |
… |
… |
|
404 | 413 | |
405 | 414 | |
406 | | |