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 HowToUseNUISCOMP


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToUseNUISCOMP

    v7 v8  
    9898== Specifying fake data ==
    9999
    100 == Increasing/Decreasing Verbosity ==
     100== Increasing or decreasing Verbosity ==
     101The +/-e and +/-v flags are reserved to increase or decrease the NUISANCE verbosity quickly at runtime.
    101102
    102 
    103 
    104 nuiscomp   -c cardfile.xml [ -o outputfile.root ] [ -f routines ] [ -n maxevents ]
    105          [ -i 'cardstructure' ] [ -d fakedata ] [ -q config=val ] [ +e/-e ] [ +v/-v ]
    106 
    107 
    108 
     103** Increase verbosity by one level **
     104{{{
     105$ nuiscomp -c samples.card -o samples.root +v
     106}}}
     107** Decrease verbosity by one level **
     108{{{
     109$ nuiscomp -c samples.card -o samples.root -v
     110}}}
     111** Increase verbosity by two levels **
     112{{{
     113$ nuiscomp -c samples.card -o samples.root +v +v
     114}}}
     115** Decrease error verbosity by one level **
     116{{{
     117$ nuiscomp -c samples.card -o samples.root -e
     118}}}
     119** Increase error verbosity by two levels **
     120{{{
     121$ nuiscomp -c samples.card -o samples.root +e +e
     122}}}