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:28:18 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
23 | 23 | |
24 | 24 | === Sample Structure === |
| 25 | Data comparison samples are specified by including the 'sample structure, listing the name of the sample and the input. |
| 26 | {{{ |
| 27 | sample NAME TYPE:/path/to/FILE [OPTION] [NORM] |
| 28 | }}} |
| 29 | - **NAME** : Name string of the sample of interest specified in src/FCN/SampleList.cxx. |
| 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. |
25 | 33 | |
26 | | {{{ |
27 | | sample NAME TYPE:/path/to/FILE OPTION NORM |
28 | | }}} |
| 34 | |
| 35 | |
29 | 36 | |
30 | 37 | |