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 HowToUseNUISCOMP


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToUseNUISCOMP

    v6 v7  
    3232It is also possible however, to override any of these defaults at runtime by giving them to nuiscomp.
    3333
     34=== Card file override ===
    3435One 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**simple card format example**
    3638{{{
    3739# config  NAME  VALUE
     
    3941sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:myfiles.root
    4042}}}
    41 ** xml card **
     43
     44** xml card format example **
    4245{{{
    4346<!-- <config NAME='VALUE' /> -->
     
    4548
    4649<sample name='MiniBooNE_CCQE_XSec_1DQ2_nu' input='GENIE:myfiles.root' />
     50}}}
     51
     52
     53=== Command line override ===
     54Another alternative is to override parameters on the command line using the '-q' argument.
     55{{{
     56$ nuiscomp  -q NAME=VALUE  ...
     57}}}
     58
     59** verbosity example **
     60{{{
     61$ nuiscomp -c samples.card -o samples.root -q VERBOSITY=1
    4762}}}
    4863
     
    92107
    93108
    94