Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/subdetector on MAIN
CylindricalEndcapCalorimeter.java+5-11.11 -> 1.12
Put in FIXME, because transform is wrong when Z is negative.

GeomConverter/src/org/lcsim/geometry/subdetector
CylindricalEndcapCalorimeter.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- CylindricalEndcapCalorimeter.java	13 Jul 2005 07:08:04 -0000	1.11
+++ CylindricalEndcapCalorimeter.java	13 Jul 2005 07:51:19 -0000	1.12
@@ -59,7 +59,11 @@
         }
     }    
     
-    /* FIXME: This has an implicit assumption that the localPos is that of the layer. */
+    /** 
+     * FIXME: This has an implicit assumption that the localPos is that of the layer. 
+     * FIXME: Will be wrong for negative Z!
+     */
+ 
     public double[] transformLocalToGlobal(double[] localPos)
     {                
         double[] globPos = {localPos[0], localPos[1], localPos[2] };
CVSspam 0.2.8