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 HowToUseNUISCOMP


Ignore:
Timestamp:
Jun 12, 2017, 7:46:39 PM (7 years ago)
Author:
Patrick Stowell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToUseNUISCOMP

    v5 v6  
    2525= Useful NUISCOMP Commands =
    2626There are also additional card file arguments and run time arguments that can be used with nuiscomp to help with debugging or performing slightly different comparisons.
     27
     28
     29== Overriding config options ==
     30A list of default configuration options requested in the code are given in the file 'parameters/config.xml'. When NUISANCE runs this file is automatically loaded in that start.
     31
     32It is also possible however, to override any of these defaults at runtime by giving them to nuiscomp.
     33
     34One way to achieve this is to include them in your card file before all of your samples, like in the following examples setting the VERBOSITY level.
     35**simple card format**
     36{{{
     37# config  NAME  VALUE
     38config VERBOSITY 4
     39sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:myfiles.root
     40}}}
     41** xml card **
     42{{{
     43<!-- <config NAME='VALUE' /> -->
     44<config VERBOSITY='4' />
     45
     46<sample name='MiniBooNE_CCQE_XSec_1DQ2_nu' input='GENIE:myfiles.root' />
     47}}}
     48
    2749
    2850== Restricting the number of events ==
     
    5981
    6082
    61 == Overriding config options ==
    62 
    6383== Specifying fake data ==
    6484
     
    7393
    7494
    75