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.
- Timestamp:
-
Jan 12, 2017, 10:02:26 AM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
3 | 3 | = Usage Examples = |
4 | 4 | This wiki outlines some potential usages for NUISANCE. |
| 5 | |
| 6 | If you haven't yet build the framework, do so [https://nuisance.hepforge.org/nuisanceinstallation.html here]. |
| 7 | |
| 8 | |
| 9 | == The card file == |
| 10 | NUISANCE 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 | |
| 17 | When 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 | |
| 26 | All NUISANCE executables run based on the card file, except for when producing generator flat trees. |
5 | 27 | |
6 | 28 | = Comparisons = |