Ignore:
Timestamp:
08/10/20 18:20:48 (4 years ago)
Author:
tbretz
Message:
Implemented ExcessN and ErrExcessN -- mainly for completeness
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/spectrum/summary-sim.sql

    r19975 r19983  
    7272      TrigSumW/SimSumW         AS  TriggerEfficiencyW,
    7373
     74      SignalN  - BackgroundN   AS  ExcessN,
     75
    7476      SignalW  - BackgroundW   AS  ExcessW,
    7577      SignalW2 + BackgroundW2  AS  ExcessW2
     
    9294      SQRT(SignalN)                          AS  ErrSignalN,
    9395      SQRT(BackgroundN)                      AS  ErrBackgroundN,
     96      SQRT(SignalN + BackgroundN)            AS  ErrExcessN,
    9497
    9598      SimSumW              /Width/AreaTime   AS  SimFluxW,
Note: See TracChangeset for help on using the changeset viewer.