Commit in hps-java/src/main/java/org/lcsim/hps/monitoring/svt on MAIN
SVTHitPulsePlots.java+1-11.14 -> 1.15
turns out B4A has noise>70 on all channels

hps-java/src/main/java/org/lcsim/hps/monitoring/svt
SVTHitPulsePlots.java 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- SVTHitPulsePlots.java	17 May 2012 00:16:05 -0000	1.14
+++ SVTHitPulsePlots.java	24 May 2012 00:30:57 -0000	1.15
@@ -128,7 +128,7 @@
             aida.histogram2D(sensorName + "_AdcVsChan").fill(pedSub, strip);
             //only plot hits above threshold...
 //            if (pedSub / noise > 3 && hasAdjacentHit(hit) && noise < 70)
-            if (hasAdjacentHit(hit) && noise < 70) {
+            if (hasAdjacentHit(hit) && noise < 100) {
                 aida.profile1D(sensorName + "_pulse").fill(24.0 * i, pedSub);
             }
         }
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1