Changes between Version 40 and Version 41 of DatabaseBasedAnalysis/Tables


Ignore:
Timestamp:
10/04/19 19:14:10 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Tables

    v40 v41  
    6161The number of background events (`fNumBgEvts`) is already divided by the number of wobble regions (5).
    6262
    63 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.
     63To 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.
    6464
    6565== Plotting ==