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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CardFileExamples

    v7 v8  
    2525Data comparison samples are specified by including the 'sample structure, listing the name of the sample and the input. These structures are read by '''nuiscomp''', '''nuismin''', and '''nuissyst'''
    2626{{{
    27 sample   NAME   TYPE:/path/to/FILE   [OPTION]   [NORM]
     27sample   NAME   TYPE:/path/to/FILE   [OPTION]   [NORMVALUE]
    2828}}}
    2929- **NAME** : Name string of the sample of interest specified in src/FCN/SampleList.cxx.
    3030- **TYPE** : Generator Input Type string telling NUISANCE what the file type is (e.g. GENIE)
    3131- **OPTION** : (Option Argument) Specifying extra sample options that change the way the sample behaves at run time (e.g. SHAPE). If none given, this is left as DEFAULT.
    32 - **NORM** : Starting sample normalisation value used to shift total MC normalisation. If none given this is left at the value 1.0.
     32- **NORMVALUE** : Starting sample normalisation value used to shift total MC normalisation. If none given this is left at the value 1.0.
     33
     34Multiple sample structures can be given in the NUISANCE card file to include many data comparisons at once.
    3335
    3436{{{
     
    9092
    9193
    92 Multiple parameter structures can be listed in the nuisance card file to make comparisons with many model parmaeters changed at once.
     94Multiple parameter structures can be listed in the nuisance card file to make comparisons with many model parameters changed at once.
    9395
    9496
     
    109111}}}
    110112
    111 **Example 2** : Shift both 'MaCCQE' and 'MaCCRES' in NEUT by 1 sigma
     113**Example 3** : Shift both 'MaCCQE' and 'MaCCRES' in NEUT by 1 sigma
    112114{{{
    113115neut_parameter MaCCQE  -1.0  FIX
    114116neut_parameter MaCCRES +1.0  FIX
    115117}}}
     118
     119**Example 4** : Change MiniBooNE sample normalisation (alternative to using sample NORMVALUE option)
     120{{{
     121norm_parameter MiniBooNE_CCQE_XSec_1DQ2_nu_norm  0.9  FIX
     122sample MiniBooNE_CCQE_XSec_1DQ2_nu  NEUT;/path/to/neutinput.root
     123}}}
     124
     125
    116126
    117127=== Free Parameter Structure ===