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 UsageExamples


Ignore:
Timestamp:
Jan 12, 2017, 10:02:26 AM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsageExamples

    v3 v4  
    33= Usage Examples =
    44This wiki outlines some potential usages for NUISANCE.
     5
     6If you haven't yet build the framework, do so [https://nuisance.hepforge.org/nuisanceinstallation.html here].
     7
     8
     9== The card file ==
     10NUISANCE requires the user providing an input card file which species:
     11
     12 * The data sample(s) to compare to
     13 * The generators and their file locations
     14 * Any additional parameters that a sample might take (optional)
     15 * A normalisation factor to apply uniformly to the MC (optional)
     16
     17When the generator provides a reweighting interface, systematic parameters to reweight or fit can be provided. To do this we need:
     18
     19 * Name of the systematic parameter in the reweighting engine
     20 * Current value of the parameter
     21 * Minimum value of the parameter (optional)
     22 * Maximum value of the parameter (optional)
     23 * Starting value of the parameter (optional)
     24 * Whether we `FIX` or `FREE` the parameter
     25
     26All NUISANCE executables run based on the card file, except for when producing generator flat trees.
    527
    628= Comparisons =