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 6 and Version 7 of HowToGenie


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGenie

    v6 v7  
    4444The PrepareGENIE app also needs write access to save the input flux and event rate predictions into the GHep event files themselves.
    4545
     46= Using GENIE Inputs =
     47Once GENIE inputs have been prepared they can be read into NUISANCE samples using the GENIE type when writing a card file
     48{{{
     49sample MiniBooNE_CCQE_XSec_1DQ2_nu  GENIE:/path/to/my/prepared/genie/file.root
     50}}}
     51
     52= Using GENIE ReWeight =
     53GHep input predictions can be reweighted using the GENIE reweight engine that NUISANCE was built against.
     54GENIE parameters are handled in the same way other parameters are, having the option to be treated as free or fixed.
     55
     56''' Fixed +1 sigma axial mass reweight '''
     57Fixed prediction with MaCCQE reweighted to +1 sigma.
     58{{{
     59genie_parameter  MaCCQE  1.0
     60}}}
     61
     62''' Fixed +1 sigma axial mass reweight '''
     63Fixed prediction with MaCCQE reweighted to +1 sigma.
     64{{{
     65genie_parameter  MaCCQE  1.0  -4.0  4.0  1.0  FIX
     66}}}
     67
     68''' Free variation of the axial mass '''
     69Tell NUISANCE the axial mass can be varied between -4.0 and 4.0 sigma with steps of +1.0 sigma, starting at +1.0 sigma. This is used in the nuismin and nuissyst apps.
     70{{{
     71genie_parameter  MaCCQE  1.0  -4.0  4.0  1.0  FREE
     72}}}
     73
     74To see a list of dials look in '$GENIE/src/ReWeight/GSyst.h'.
    4675
    4776
    4877
    4978
     79
     80