Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/ecal on MAIN
HPSEcalRawConverter.java+1-11.9 -> 1.10
Added public keyword to gain.

hps-java/src/main/java/org/lcsim/hps/recon/ecal
HPSEcalRawConverter.java 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- HPSEcalRawConverter.java	25 Jul 2012 15:57:06 -0000	1.9
+++ HPSEcalRawConverter.java	25 Jul 2012 22:22:39 -0000	1.10
@@ -12,7 +12,7 @@
  public class HPSEcalRawConverter {
 
     boolean debug = false;
-    double gain = 2.0*60.0/800.0; //factor of two from the 2:1 splitting issue discovered
+    public 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