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 13, 2017, 12:30:31 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
29 | 29 | - **NAME** : Name string of the sample of interest specified in src/FCN/SampleList.cxx. |
30 | 30 | - **TYPE** : Generator Input Type string telling NUISANCE what the file type is (e.g. GENIE) |
31 | | - **OPTION** : (Option Argument) Specifying extra sample options that change the way the sample behaves at run time (e.g. SHAPE). |
32 | | - **NORM** : Starting sample normalisation value used to shift total MC normalisation. |
| 31 | - **OPTION** : (Option Argument) Specifying extra sample options that change the way the sample behaves at run time (e.g. SHAPE). If none given, this is left as DEFAULT. |
| 32 | - **NORM** : Starting sample normalisation value used to shift total MC normalisation. If none given this is left at the value 1.0. |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | **Example 1** : MiniBooNE CCQE comparison using a GENIE file |
| 37 | {{{ |
| 38 | sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:/path/to/my/geniefile.root |
| 39 | }}} |
36 | 40 | |
| 41 | **Example 2** : MiniBooNE CCQE comparison using a NuWro file |
| 42 | {{{ |
| 43 | sample MiniBooNE_CCQE_XSec_1DQ2_nu NEUT:/path/to/my/nuwrofile.root |
| 44 | }}} |
| 45 | |
| 46 | **Example 2** : MiniBooNE CC1pi comparison using a NEUT file |
| 47 | {{{ |
| 48 | sample MiniBooNE_CC1pi_XSec_1DTpi_nu NEUT:/path/to/my/neutfile.root |
| 49 | }}} |
37 | 50 | |
38 | 51 | === Parameter Structure === |