Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/segmentation on MAIN
SegmentationBase.java+101.10 -> 1.11
default for supportsNeighbours() method; make raw id value accessible via public method

GeomConverter/src/org/lcsim/geometry/segmentation
SegmentationBase.java 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- SegmentationBase.java	11 May 2007 00:21:10 -0000	1.10
+++ SegmentationBase.java	15 Sep 2009 00:56:22 -0000	1.11
@@ -114,4 +114,14 @@
     {
         return ((CylindricalSubdetector) detector).getOuterRadius();
     }
+    
+	public boolean supportsNeighbours()
+	{
+		return true;
+	}
+	
+	public long getID()
+	{
+		return this.getDecoder().getID();
+	}
 }
CVSspam 0.2.8