Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/ecal on MAIN
HPSEcalFADCReadoutDriver.java+2-21.6 -> 1.7
delay is actually 128 ns now

hps-java/src/main/java/org/lcsim/hps/recon/ecal
HPSEcalFADCReadoutDriver.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- HPSEcalFADCReadoutDriver.java	19 Jan 2012 17:07:14 -0000	1.6
+++ HPSEcalFADCReadoutDriver.java	19 Jan 2012 18:26:28 -0000	1.7
@@ -18,7 +18,7 @@
  * Simulates time evolution of preamp output pulse.
  *
  * @author Sho Uemura <[log in to unmask]>
- * @version $Id: HPSEcalFADCReadoutDriver.java,v 1.6 2012/01/19 17:07:14 meeg Exp $
+ * @version $Id: HPSEcalFADCReadoutDriver.java,v 1.7 2012/01/19 18:26:28 meeg Exp $
  */
 public class HPSEcalFADCReadoutDriver extends HPSEcalReadoutDriver<RawCalorimeterHit> {
 	//buffer for deposited energy
@@ -35,7 +35,7 @@
 	//shaper time constant in ns; negative values generate square pulses of the given width
 	double t0 = 18.0;
 	//delay (number of readout periods) between start of summing window and output of hit to clusterer
-	int delay0 = 64;
+	int delay0 = 32;
 	HPSEcalConverter converter = null;
 	//output buffer for hits
 	LinkedList<HPSFADCCalorimeterHit> buffer = new LinkedList<HPSFADCCalorimeterHit>();
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