Print

Print


Commit in GeomConverter/src/org/lcsim/geometry on RefactorBranch
CalorimeterIDDecoder.java+1-41.9 -> 1.9.2.1
Remove utility function from public interface.

GeomConverter/src/org/lcsim/geometry
CalorimeterIDDecoder.java 1.9 -> 1.9.2.1
diff -u -r1.9 -r1.9.2.1
--- CalorimeterIDDecoder.java	2 Aug 2005 16:27:54 -0000	1.9
+++ CalorimeterIDDecoder.java	28 Sep 2005 00:08:52 -0000	1.9.2.1
@@ -11,10 +11,7 @@
     // Fixme: This should be removed, there is no gaurantee that an IDDecoder 
     //        belongs to a particular Subdetector.
     abstract public Calorimeter getCalorimeter();
-    
-    /* FIXME: doesn't need to be at top-level */
-    abstract public double getDistanceToSensitive(int layer);
-     
+        
     /* FIXME: Move to neighbors interface. */
     abstract public boolean supportsNeighbours();
     abstract public long[] getNeighbourIDs();
CVSspam 0.2.8