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 6, 2017, 5:15:35 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v57
|
v58
|
|
1 | | [[PageOutline(1-3,,pullout,unnumbered)]] |
2 | | |
3 | 1 | = How to add a sample in NUISANCE = |
4 | 2 | |
… |
… |
|
16 | 14 | }}} |
17 | 15 | |
| 16 | [[PageOutline(1-3,,pullout,unnumbered)]] |
18 | 17 | |
19 | 18 | = Examining the data and choosing distributions = |
… |
… |
|
197 | 196 | }}} |
198 | 197 | |
199 | | Current NUISANCE (v1r0) behaviour requires `fName`, `fPlotTitls`, `EnuMin`, `EnuMax` and `fScaleFactor` to be set by user in the implementation file. These are the only variables that need to be supplied by the user in the constructor, granted above helper functions are used. |
| 198 | Current NUISANCE (v1r0) behaviour requires `fName`, `fPlotTitles`, `EnuMin`, `EnuMax` and `fScaleFactor` to be set by user in the implementation file. These are the only variables that need to be supplied by the user in the constructor, granted above helper functions are used. |
200 | 199 | |
201 | 200 | '''For non-expert use''', it's sufficient to just copy the `fScaleFactor` variable as `(fEventHist->Integral("width")*1E-38)/double(fNEvents)/TotalIntegratedFlux("width");`. This number is applied to the event rate histogram to take us to a cross-section histogram in `Measurement1D::ScaleEvents`. |