Commit in GeomConverter/src/org/lcsim/geometry on MAIN
Detector.java+3-31.17 -> 1.18
segmentation/NonprojectiveCylinder.java+1-11.7 -> 1.8
            /ProjectiveCylinder.java+1-11.13 -> 1.14
            /ProjectiveZPlane.java+1-11.8 -> 1.9
+6-6
4 modified files


GeomConverter/src/org/lcsim/geometry
Detector.java 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- Detector.java	1 Jul 2005 00:12:55 -0000	1.17
+++ Detector.java	12 Jul 2005 18:23:30 -0000	1.18
@@ -10,7 +10,7 @@
 import org.lcsim.geometry.compact.Field;
 import org.lcsim.geometry.compact.Readout;
 import org.lcsim.geometry.compact.Segmentation;
-import org.lcsim.geometry.segmentation.SegmentationImpl;
+import org.lcsim.geometry.segmentation.SegmentationBase;
 import org.lcsim.geometry.compact.LayeredSubdetector;
 
 /**
@@ -43,7 +43,7 @@
             if ( s != null )
             {
                 
-                SegmentationImpl si = (SegmentationImpl) r.getSegmentation();
+                SegmentationBase si = (SegmentationBase) r.getSegmentation();
                 
                 if ( si != null )
                 {
@@ -81,7 +81,7 @@
         if ( s != null )
         {
             
-            SegmentationImpl si = (SegmentationImpl) s;
+            SegmentationBase si = (SegmentationBase) s;
             
             if ( si != null )
             {

GeomConverter/src/org/lcsim/geometry/segmentation
NonprojectiveCylinder.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- NonprojectiveCylinder.java	5 Jul 2005 06:48:57 -0000	1.7
+++ NonprojectiveCylinder.java	12 Jul 2005 18:23:30 -0000	1.8
@@ -28,7 +28,7 @@
  * Nonprojective segmentation of a cylinder with delta z and phi as parameters.
  *
  */
-public class NonprojectiveCylinder extends SegmentationImpl
+public class NonprojectiveCylinder extends SegmentationBase
 {
     private double gridSizePhi;
     private double gridSizeZ;

GeomConverter/src/org/lcsim/geometry/segmentation
ProjectiveCylinder.java 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- ProjectiveCylinder.java	28 Jun 2005 23:15:03 -0000	1.13
+++ ProjectiveCylinder.java	12 Jul 2005 18:23:30 -0000	1.14
@@ -10,7 +10,7 @@
  *
  * @author tonyj
  */
-public class ProjectiveCylinder extends SegmentationImpl
+public class ProjectiveCylinder extends SegmentationBase
 {
    private int thetaBins;
    private int phiBins;

GeomConverter/src/org/lcsim/geometry/segmentation
ProjectiveZPlane.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- ProjectiveZPlane.java	28 Jun 2005 23:14:03 -0000	1.8
+++ ProjectiveZPlane.java	12 Jul 2005 18:23:30 -0000	1.9
@@ -12,7 +12,7 @@
 /** 
  * @author tonyj
  */
-public class ProjectiveZPlane extends SegmentationImpl
+public class ProjectiveZPlane extends SegmentationBase
 {   
    private int thetaBins;
    private int phiBins;
CVSspam 0.2.8