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 13, 2017, 2:21:32 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
12 | 12 | |
13 | 13 | '''Reading JOINT GENIE MINERvA fhc''' |
| 14 | |
| 15 | To read in multiple files and create a joint input file, pass them as a comma seperated list of files enclosed in brackets. |
| 16 | |
14 | 17 | In this example both a FHC numu and FHC numubar event sample will be added together to create a prediction for the MiniBooNE CCQELike data. |
15 | 18 | {{{ |
16 | | sample MiniBooNE_CCQELike_XSec_1DQ2_nu GENIE:(/data/events/genie/minerva/genie_minerva_fhc.numuroot, |
| 19 | sample MiniBooNE_CCQELike_XSec_1DQ2_nu GENIE:(/data/events/genie/minerva/genie_minerva_fhc_numu.root,/data/events/genie/minerva/genie_minerva_fhc_numubar.root) |
17 | 20 | }}} |
18 | 21 | |