|
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:
-
Jun 12, 2017, 5:48:51 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
97 | 97 | Takes GHep Outputs and prepares events for NUISANCE. |
98 | 98 | |
99 | | 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],...] |
100 | | |
101 | | 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. |
| 99 | PrepareGENIEEvents [-h,-help,--h,--help] |
| 100 | [-i inputfile1.root,inputfile2.root,inputfile3.root,...] |
| 101 | [-f flux_root_file.root,flux_hist_name] |
| 102 | [-t target1[frac1],target2[frac2],...] |
| 103 | |
| 104 | Prepare Mode [Default] : Takes a single GHep file, reconstructs the original GENIE splines, and creates a duplicate file that |
| 105 | also contains the flux, event rate, and xsec predictions that NUISANCE needs. |
102 | 106 | Following options are required for Prepare Mode: |
103 | 107 | [ -i inputfile.root ] : Reads in a single GHep input file that needs the xsec calculation ran on it. |
104 | | [ -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'. |
105 | | [ -t target ] : Target that GHepRecords were generated with. Comma seperated list. E.g. for CH2 target=1000060120,1000010010,1000010010 |
| 108 | [ -f flux_file.root,hist_name ] : Path to root file containing the flux histogram the GHep records were generated with. A |
| 109 | simple method is to point this to the flux histogram genie generatrs '-f /path/to/events/input-flux.root,spectrum'. |
| 110 | [ -t target ] : Target that GHepRecords were generated with. Comma seperated list. E.g. for CH2 |
| 111 | target=1000060120,1000010010,1000010010 |
106 | 112 | }}} |
107 | 113 | |
|