Commit in GeomConverter/src/org/lcsim/detector/tracker/silicon on MAIN
HpsSiSensor.java+2-21.3 -> 1.4

GeomConverter/src/org/lcsim/detector/tracker/silicon
HpsSiSensor.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- HpsSiSensor.java	11 Oct 2013 00:56:07 -0000	1.3
+++ HpsSiSensor.java	11 Oct 2013 01:09:33 -0000	1.4
@@ -21,7 +21,7 @@
 	/** Hardware setup information. */
 	protected int fpga;
 	protected int hybrid;
-	private final static int DEFAULT_CHANNELS = 640;
+	public final static int DEFAULT_CHANNELS = 640;
 	protected int nchannels = DEFAULT_CHANNELS;
 			
 	/** Time variant conditions data. */
@@ -90,7 +90,7 @@
 	 * @return True if sensor is axial; false if not.
 	 */
 	public boolean isAxial() {
-        if (this.isTopLayer() && getLayerNumber() % 2 == 1) {
+        if (isTopLayer() && getLayerNumber() % 2 == 1) {
             return true;
         } else if (!isTopLayer() && getLayerNumber() % 2 == 0) {
             return true;
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