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, 10:53:15 AM (8 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
44 | 44 | The PrepareGENIE app also needs write access to save the input flux and event rate predictions into the GHep event files themselves. |
45 | 45 | |
| 46 | = Using GENIE Inputs = |
| 47 | Once GENIE inputs have been prepared they can be read into NUISANCE samples using the GENIE type when writing a card file |
| 48 | {{{ |
| 49 | sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:/path/to/my/prepared/genie/file.root |
| 50 | }}} |
| 51 | |
| 52 | = Using GENIE ReWeight = |
| 53 | GHep input predictions can be reweighted using the GENIE reweight engine that NUISANCE was built against. |
| 54 | GENIE parameters are handled in the same way other parameters are, having the option to be treated as free or fixed. |
| 55 | |
| 56 | ''' Fixed +1 sigma axial mass reweight ''' |
| 57 | Fixed prediction with MaCCQE reweighted to +1 sigma. |
| 58 | {{{ |
| 59 | genie_parameter MaCCQE 1.0 |
| 60 | }}} |
| 61 | |
| 62 | ''' Fixed +1 sigma axial mass reweight ''' |
| 63 | Fixed prediction with MaCCQE reweighted to +1 sigma. |
| 64 | {{{ |
| 65 | genie_parameter MaCCQE 1.0 -4.0 4.0 1.0 FIX |
| 66 | }}} |
| 67 | |
| 68 | ''' Free variation of the axial mass ''' |
| 69 | Tell NUISANCE the axial mass can be varied between -4.0 and 4.0 sigma with steps of +1.0 sigma, starting at +1.0 sigma. This is used in the nuismin and nuissyst apps. |
| 70 | {{{ |
| 71 | genie_parameter MaCCQE 1.0 -4.0 4.0 1.0 FREE |
| 72 | }}} |
| 73 | |
| 74 | To see a list of dials look in '$GENIE/src/ReWeight/GSyst.h'. |
46 | 75 | |
47 | 76 | |
48 | 77 | |
49 | 78 | |
| 79 | |
| 80 | |