|
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, 10:53:40 AM (8 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
11 | 11 | Takes GHep Outputs and prepares events for NUISANCE. |
12 | 12 | |
13 | | PrepareGENIEEvents [-h,-help,--h,--help] [-i inputfile1.root,inputfile2.root,inputfile3.root,...] [-f flux_root_file.root,flux_hist_name] [-t target1[frac1],target2[frac2],...] |
| 13 | PrepareGENIEEvents |
| 14 | [-h,-help,--h,--help] |
| 15 | [-i inputfile1.root,inputfile2.root,inputfile3.root,...] |
| 16 | [-f flux_root_file.root,flux_hist_name] |
| 17 | [-t target1[frac1],target2[frac2],...] |
14 | 18 | |
15 | | Prepare Mode [Default] : Takes a single GHep file, reconstructs the original GENIE splines, and creates a duplicate file that also contains the flux, event rate, and xsec predictions that NUISANCE needs. |
| 19 | Prepare Mode [Default] : Takes a single GHep file, reconstructs the original GENIE splines, |
| 20 | and creates a duplicate file that also contains the flux, event rate, and xsec predictions that NUISANCE needs. |
| 21 | |
16 | 22 | Following options are required for Prepare Mode: |
17 | 23 | [ -i inputfile.root ] : Reads in a single GHep input file that needs the xsec calculation ran on it. |
18 | | [ -f flux_file.root,hist_name ] : Path to root file containing the flux histogram the GHep records were generated with. A simple method is to point this to the flux histogram genie generatrs '-f /path/to/events/input-flux.root,spectrum'. |
| 24 | [ -f flux_file.root,hist_name ] : Path to root file containing the flux histogram the GHep records were generated with. |
| 25 | A simple method is to point this to the flux histogram genie generatrs '-f /path/to/events/input-flux.root,spectrum'. |
19 | 26 | [ -t target ] : Target that GHepRecords were generated with. Comma seperated list. E.g. for CH2 target=1000060120,1000010010,1000010010 |
20 | 27 | }}} |
|