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:
-
Nov 15, 2016, 12:27:26 PM (8 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
13 | 13 | |
14 | 14 | == Structure of card files: == |
| 15 | |
| 16 | |
| 17 | |
| 18 | = NEUT inputs for NUISANCE = |
| 19 | The output of neutroot, a neutvect, can be read in by NUISANCE to generate predictions. neutroot also saves the predicted flux and event rate predictions automatically into the neutvect files so NUISANCE already has everything it needs. |
| 20 | |
| 21 | To read NEUT inputs the NEUT type just needs to be specified. |
| 22 | {{{ |
| 23 | sample MiniBooNE_CCQE_XSec_1DQ2_nu NEUT:/path/to/neut/input/file.root |
| 24 | }}} |
| 25 | |
| 26 | = Using NEUT ReWeight = |
| 27 | |
| 28 | |
| 29 | = Joint Flux Inputs = |
| 30 | neutroot does not yet natively support combined beams or targets so if you want to use the measurement classes that require this (e.g. MINERvA CC0pi nue+nuebar) you will have to setup a JOINT input. See JointInputs for more information on how to achieve this. |
| 31 | |
| 32 | |