Changeset 19911 for trunk/FACT++


Ignore:
Timestamp:
12/15/19 18:55:01 (5 years ago)
Author:
tbretz
Message:
Forgot to adapt the upper limit calculation to the fact that the BG is already the background scaled to only one wobble position.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/spectrum.cc

    r19910 r19911  
    20872087                const double width    = row["Width"];
    20882088
    2089                 fc.SetMuMax(10*(dat_sig+dat_bg/5)); //has to be higher than sig+bg!!
     2089                fc.SetMuMax(10*(dat_sig+dat_bg)); //has to be higher than sig+bg!!
    20902090
    20912091                if (feldman)
Note: See TracChangeset for help on using the changeset viewer.