Changes between Version 10 and Version 11 of DatabaseBasedAnalysis/Tables
- Timestamp:
- 08/07/18 08:58:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Tables
v10 v11 57 57 The number of background events (`fNumBgEvts`) is already divided by the number of wobble regions (5). 58 58 59 To calculate the signifciance, you can simply do `LiMa(fNumSigEvts, fNumBgEvts) . To calculate the statistical error, use `ExcErr(fNumSigEvts, fNumBgEvts)`. Both function assume that the number of background events given is the average number and that the scale factor is 5.59 To calculate the signifciance, you can simply do `LiMa(fNumSigEvts, fNumBgEvts)`. To calculate the statistical error, use `ExcErr(fNumSigEvts, fNumBgEvts)`. Both function assume that the number of background events given is the average number and that the scale factor is 5. 60 60 61 61 == Plotting ==