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 CardFileExamples


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CardFileExamples

    v3 v4  
    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)
    31 - **OPTION** : (Option Argument) Specifying extra sample options that change the way the sample behaves at run time (e.g. SHAPE).
    32 - **NORM** : Starting sample normalisation value used to shift total MC normalisation.
     31- **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.
    3333
    3434
    3535
     36**Example 1** : MiniBooNE CCQE comparison using a GENIE file
     37{{{
     38sample  MiniBooNE_CCQE_XSec_1DQ2_nu  GENIE:/path/to/my/geniefile.root 
     39}}}
    3640
     41**Example 2** : MiniBooNE CCQE comparison using a NuWro file
     42{{{
     43sample  MiniBooNE_CCQE_XSec_1DQ2_nu  NEUT:/path/to/my/nuwrofile.root 
     44}}}
     45
     46**Example 2** : MiniBooNE CC1pi comparison using a NEUT file
     47{{{
     48sample  MiniBooNE_CC1pi_XSec_1DTpi_nu  NEUT:/path/to/my/neutfile.root 
     49}}}
    3750
    3851=== Parameter Structure ===