Commit in GeomConverter/src/org/lcsim/geometry/segmentation on MAIN
GridXYZ.java+1-31.5 -> 1.6
ProjectiveZPlane.java+1-31.5 -> 1.6
SegmentationImpl.java+1-21.4 -> 1.5
+3-8
3 modified files


GeomConverter/src/org/lcsim/geometry/segmentation
GridXYZ.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- GridXYZ.java	23 Jun 2005 20:04:33 -0000	1.5
+++ GridXYZ.java	23 Jun 2005 20:52:17 -0000	1.6
@@ -54,9 +54,7 @@
         else
         {
             gridSizeZ = 0;
-        }
-        
-        coordinateSystemType = CoordinateSystemType.LOCAL;
+        }                
     }
         
     public CoordinateSystemType getCoordinateSystemType()

GeomConverter/src/org/lcsim/geometry/segmentation
ProjectiveZPlane.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- ProjectiveZPlane.java	23 Jun 2005 19:15:34 -0000	1.5
+++ ProjectiveZPlane.java	23 Jun 2005 20:52:17 -0000	1.6
@@ -25,9 +25,7 @@
    {
       super(node);
       thetaBins = node.getAttribute("thetaBins").getIntValue();
-      phiBins = node.getAttribute("phiBins").getIntValue();
-      
-      coordinateSystemType = CoordinateSystemType.GLOBAL;
+      phiBins = node.getAttribute("phiBins").getIntValue();            
    }
    
    public CoordinateSystemType getCoordinateSystemType()

GeomConverter/src/org/lcsim/geometry/segmentation
SegmentationImpl.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- SegmentationImpl.java	23 Jun 2005 19:15:34 -0000	1.4
+++ SegmentationImpl.java	23 Jun 2005 20:52:18 -0000	1.5
@@ -28,8 +28,7 @@
     protected IDDecoder decoder;
     protected IDEncoder encoder;
     protected int[] values;
-    protected int layerIndex;     
-    protected CoordinateSystemType coordinateSystemType;
+    protected int layerIndex;         
     
     /** 
      * FIXME: Caching the Subdetector here seems like an ugly hack.  --JM
CVSspam 0.2.8