Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSSVTConstants.java+13-21.1 -> 1.2
Added APV25 constants

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSSVTConstants.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- HPSSVTConstants.java	21 Apr 2012 07:43:19 -0000	1.1
+++ HPSSVTConstants.java	22 Apr 2012 21:04:11 -0000	1.2
@@ -3,7 +3,7 @@
 /**
  * 
  * @author Omar Moreno <[log in to unmask]>
- * @version $Id: HPSSVTConstants.java,v 1.1 2012/04/21 07:43:19 omoreno Exp $
+ * @version $Id: HPSSVTConstants.java,v 1.2 2012/04/22 21:04:11 omoreno Exp $
  *
  */
 
@@ -14,7 +14,18 @@
 	public static final int TOTAL_APV25_CHANNELS = 128;
 	public static final int TOTAL_HYBRIDS_PER_FPGA = 3;
 	
-	// MASK used to encode the SVT data
+	// Total number of strips per sensor
+	public static final int TOTAL_STRIPS_PER_SENSOR = 639;
+	
+	// Total number of shaper signal samples obtained
+	public static final int TOTAL_NUMBER_OF_SAMPLES = 6;
+	
+	// MASK used to encode and decode the SVT data
     public static final int TEMP_MASK = 0xFFFF;
+    public static final int HYBRID_MASK = 0x3;
+    public static final int APV_MASK = 0x7;
+    public static final int CHANNEL_MASK = 0x7F;
+    public static final int FPGA_MASK = 0xFFFF;
+    public static final int SAMPLE_MASK = 0x3FFF;
 	
 }
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