]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Run.h Pegasus vetothreshold changed so it should fit better
authorDennis Doering <doering@physik.uni-frankfurt.de>
Thu, 11 Jun 2015 10:55:54 +0000 (12:55 +0200)
committerDennis Doering <doering@physik.uni-frankfurt.de>
Thu, 11 Jun 2015 10:55:54 +0000 (12:55 +0200)
MABS_run_analyzer/Run.h

index a31fe6cc89426cb1676afe305924a63f6fefcf2f..73323c2613acfea212b50e6120ba8f89a1ab750a 100644 (file)
@@ -206,7 +206,7 @@ private:
     };
     systemparam systemparamUSB {
         2800, // maxbin;
-        2800/16,// nbins;
+        2800/4,// nbins;
         25, //vetothreshold
         10,
         100
@@ -214,7 +214,7 @@ private:
     systemparam systemparamPegasus {
         2800, // maxbin;
         2800/2,// nbins;
-        25, //vetothreshold
+        100, //vetothreshold
         10,
         100
     };