]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Little fix of smartThreshold. Sergey.
authorhadaq <hadaq>
Fri, 24 Sep 2010 09:31:30 +0000 (09:31 +0000)
committerhadaq <hadaq>
Fri, 24 Sep 2010 09:31:30 +0000 (09:31 +0000)
hadaq/resdata.c

index 7f6db7b97505b81233d600f9e3244aeb8edb0a71..9f56089be93ffc97b36f011f1cf92ab061f15dd6 100644 (file)
@@ -236,6 +236,7 @@ int Res_smartThreshold(TheArgs *theArgs, TheStats *theStats)
                        } else if (rate_mean > rate_low && rate_mean <= rate_high) {
                                theArgs->resdown_offset = EVENT_NUM_OFFSET * theArgs->resnumevents / (rate_mean * 10);
                        } else if (rate_mean <= rate_low && (*theStats->evtsRes) > 0) {
+                               theArgs->resdown_offset = EVENT_NUM_OFFSET;
                                return 1;
                        }