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


Ignore:
Timestamp:
Jun 13, 2017, 12:41:02 PM (7 years ago)
Author:
Patrick Stowell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CardFileExamples

    v5 v6  
    3232- **NORM** : Starting sample normalisation value used to shift total MC normalisation. If none given this is left at the value 1.0.
    3333
     34{{{
     35#!div class="important"
     36NOTE: Reading in Generators requires that Generator to be built and have NUISANCE built against it. E.g. to read GENIE files, you need to have a working install of GENIE and NUISANCE built against that version.
     37}}}
    3438
    3539
     
    6569
    6670
    67 === Parameter Structure ===
     71=== Fixed Parameter Structure ===
     72Fixed parameters can be specified by using any of the 'parameter' type structures. You must specify the type of parameter first, before listing the name, starting value, and state.
    6873{{{
    6974TYPE_parameter  NAME   VALUE  STATE
    7075}}}
     76
     77- **TYPE** : Type of RW parameter, (e.g. genie_parameter, neut_parameter, norm_parameter)
     78- **NAME** : Name of RW parameter, can be any string given in the RW engine. In GENIE this list is given in $GENIE/src/ReWeight/GSyst.h.
     79
     80For normalisation parameters the name of the dial corresponds to SAMPLENAME_norm. (e.g. 'MiniBooNE_CCQELike_XSec_1DQ2_nu_norm')
     81
     82- **VALUE** : Starting value for the dial. In general for RW engine parameters this is given in terms of 1-sigma variations away from the nominal, so that VALUE=0.0 is the nominal generator value. For everything else, like normalisation parameters, this value is in units of the true value.
     83
     84- **STATE** : State of the dial. This should always be left as FIX as this is the only support option for the time being.
     85
     86
     87
     88**Example 1** : Fixed GENIE RW 'MaCCQE' to +1 sigma
     89{{{
     90
     91}}}
     92
     93=== Free Parameter Structure ===
    7194
    7295{{{