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 6, 2016, 6:51:05 PM (8 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
10 | 10 | Note: If you would like to use events generated with an older version of !NuWro this is still possible. Please see: |
11 | 11 | |
| 12 | = Downloading and building NuWro = |
| 13 | |
| 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: |
| 16 | {{{ |
| 17 | export NUWRO=/path/to/nuwro/top/directory/ |
| 18 | export PYTHIA6=/path/to/pythia6/lib/directory/ |
| 19 | }}} |
| 20 | |
| 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: |
| 22 | {{{ |
| 23 | $ cmake -DUSE_NUWRO=1 ../nuisance/ |
| 24 | $ make |
| 25 | $ make install |
| 26 | }}} |
| 27 | |
| 28 | For more details of the cmake build steps see BuildingTheCode |
12 | 29 | |
13 | 30 | = Generate !NuWro Events for NUISANCE = |