Changes between Version 40 and Version 41 of DatabaseBasedAnalysis/Tables
- Timestamp:
- 10/04/19 19:14:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Tables
v40 v41 61 61 The number of background events (`fNumBgEvts`) is already divided by the number of wobble regions (5). 62 62 63 To calculate the signif ciance, you can simply do `LiMa(fNumSigEvts, fNumBgEvts)`. To calculate the statistical error, use `ExcErr(fNumSigEvts, fNumBgEvts)`. Both functionassume that the number of background events given is the average number and that the scale factor is 5.63 To calculate the significance, you can simply do `LiMa(fNumSigEvts, fNumBgEvts)`. To calculate the statistical error, use `ExcErr(fNumSigEvts, fNumBgEvts)`. Both functions assume that the number of background events given is the average number and that the scale factor is 5. 64 64 65 65 == Plotting ==