Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/ecal on MAIN
HPSEcalRawConverter.java+2-21.7 -> 1.8
Added Stepan's factor of two in the gain doe to the signal splitting in the ECal readout.

hps-java/src/main/java/org/lcsim/hps/recon/ecal
HPSEcalRawConverter.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- HPSEcalRawConverter.java	13 May 2012 21:39:24 -0000	1.7
+++ HPSEcalRawConverter.java	22 Jun 2012 22:39:36 -0000	1.8
@@ -9,10 +9,10 @@
  * @version $Id: HPSEcalRawConverterDriver.java,v 1.2 2012/05/03 00:17:54
  * phansson Exp $
  */
-public class HPSEcalRawConverter {
+ public class HPSEcalRawConverter {
 
     boolean debug = false;
-    double gain = 60.0/800.0;
+    double gain = 2.0*60.0/800.0; //factor of two from the 2:1 splitting issue discovered
 
     public HPSEcalRawConverter() {
     }
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