nuisance is hosted by Hepforge, IPPP Durham
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.

Changes between Version 3 and Version 4 of HowToGenie


Ignore:
Timestamp:
Nov 6, 2016, 10:53:40 AM (8 years ago)
Author:
Patrick Stowell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGenie

    v3 v4  
    1111Takes GHep Outputs and prepares events for NUISANCE.
    1212
    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],...]
     13PrepareGENIEEvents 
     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],...]
    1418
    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.
     19Prepare Mode [Default] : Takes a single GHep file, reconstructs the original GENIE splines,
     20and creates a duplicate file that also contains the flux, event rate, and xsec predictions that NUISANCE needs.
     21
    1622Following options are required for Prepare Mode:
    1723 [ -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.
     25A simple method is to point this to the flux histogram genie generatrs '-f /path/to/events/input-flux.root,spectrum'.
    1926 [ -t target ] : Target that GHepRecords were generated with. Comma seperated list. E.g. for CH2 target=1000060120,1000010010,1000010010
    2027}}}