Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/subdetector on MAIN
SubdetectorBase.java+3-91.1 -> 1.2


GeomConverter/src/org/lcsim/geometry/subdetector
SubdetectorBase.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SubdetectorBase.java	18 Jul 2005 18:00:06 -0000	1.1
+++ SubdetectorBase.java	19 Jul 2005 20:34:15 -0000	1.2
@@ -19,8 +19,8 @@
  *
  * @author jeremym
  *
- * This class is supposed to simplify inheritance for org.lcsim.geometry.subdetector
- * implementation classes.
+ * This class is supposed to simplify inheritance hierarchy for org.lcsim.geometry.subdetector
+ * implementation classes, which extend it.
  *
  */
 class SubdetectorBase 
@@ -38,13 +38,7 @@
     {
         super(node);
      }
- 
-    /** org.lcsim.geometry.Subdetector */
-    public double[] transformLocalToGlobal(double[] localPos)
-    {
-        return localPos;
-    }
-    
+     
     /** HepRepProvider: optional impl for subclass */
     /** FIXME: Should live in org.lcsim.geometry.heprep or equivalent. */
     public void appendHepRep(HepRepFactory factory, HepRep heprep)
CVSspam 0.2.8