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:
-
Jan 10, 2017, 10:49:19 AM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
1 | 1 | [[PageOutline(1-3,,pullout,unnumbered)]] |
| 2 | |
| 3 | {{{ |
| 4 | #!div class="important" |
| 5 | Contact: [mailto:p.stowell@sheffield.ac.uk Patrick Stowell] |
| 6 | }}} |
2 | 7 | |
3 | 8 | = !NuWro Inputs = |
… |
… |
|
12 | 17 | = Downloading and building !NuWro = |
13 | 18 | |
14 | | = Building NUISANCE with NuWro support = |
15 | | If you have setup NuWro correctly following the steps in the previous sections then the environmental variables NUWRO and PYTHIA6 should already be setup. If these are not, then please point them to the following destinations: |
| 19 | = Building NUISANCE with !NuWro support = |
| 20 | If you have setup !NuWro correctly following the steps in the previous sections then the environmental variables NUWRO and PYTHIA6 should already be setup. If these are not, then please point them to the following destinations: |
16 | 21 | {{{ |
17 | 22 | export NUWRO=/path/to/nuwro/top/directory/ |
… |
… |
|
19 | 24 | }}} |
20 | 25 | |
21 | | Once these variables are pointing to a valid destination, enabling support for NuWro is as simple as specifying it during the cmake build procedure: |
| 26 | Once these variables are pointing to a valid destination, enabling support for !NuWro is as simple as specifying it during the cmake build procedure: |
22 | 27 | {{{ |
23 | 28 | $ cmake -DUSE_NUWRO=1 ../nuisance/ |
… |
… |
|
52 | 57 | }}} |
53 | 58 | |
54 | | The output file (specified with '-o') will be a ROOT file containing a series of useful histograms that compare the NuWro predictions to the MiniBooNE CCQE data. |
| 59 | The output file (specified with '-o') will be a ROOT file containing a series of useful histograms that compare the !NuWro predictions to the MiniBooNE CCQE data. |
55 | 60 | {{{ |
56 | 61 | $ root nuisance_comparison_nuwro_v12.root |
… |
… |
|
117 | 122 | }}} |
118 | 123 | |
119 | | A list of available dial strings can be found in "$NUWRO/src/reweight/NuWroSyst.h". Comparing the plots below with those shown earlier you can see the difference between the NuWro model predictions with MA = 0.0 and +1.0 sigma. |
| 124 | A list of available dial strings can be found in "$NUWRO/src/reweight/NuWroSyst.h". Comparing the plots below with those shown earlier you can see the difference between the !NuWro model predictions with MA = 0.0 and +1.0 sigma. |
120 | 125 | |
121 | 126 | '''MiniBooNE_CCQE_XSec_1DQ2_MC (reweighted):''' |