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 9 and Version 10 of HowToUseNUISCOMP


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToUseNUISCOMP

    v9 v10  
    3535One 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.
    3636
    37 **simple card format example**
     37** Example 1 ** : Card verbosity change in simple card format
    3838{{{
    3939# config  NAME  VALUE
     
    4242}}}
    4343
    44 ** xml card format example **
     44** Example 2 ** : Card verbosity change in xml card format
    4545{{{
    4646<!-- <config NAME='VALUE' /> -->
     
    5757}}}
    5858
    59 ** verbosity example **
     59** Example 3 ** : Runtime verbosity change
    6060{{{
    6161$ nuiscomp -c samples.card -o samples.root -q VERBOSITY=1
     
    108108The +/-e and +/-v flags are reserved to increase or decrease the NUISANCE verbosity quickly at runtime.
    109109
    110 ** Increase verbosity by one level **
     110** Example 1 ** : Increase verbosity by one level
    111111{{{
    112112$ nuiscomp -c samples.card -o samples.root +v
    113113}}}
    114 ** Decrease verbosity by one level **
     114** Example 2 ** : Decrease verbosity by one level
    115115{{{
    116116$ nuiscomp -c samples.card -o samples.root -v
    117117}}}
    118 ** Increase verbosity by two levels **
     118** Example 3 ** : Increase verbosity by two levels
    119119{{{
    120120$ nuiscomp -c samples.card -o samples.root +v +v
    121121}}}
    122 ** Decrease error verbosity by one level **
     122** Example 4 ** : Decrease error verbosity by one level
    123123{{{
    124124$ nuiscomp -c samples.card -o samples.root -e
    125125}}}
    126 ** Increase error verbosity by two levels **
     126** Example 5 ** : Increase error verbosity by two levels
    127127{{{
    128128$ nuiscomp -c samples.card -o samples.root +e +e