Print

Print


Commit in GeomConverter/src/org/lcsim/geometry/subdetector on MAIN
AbstractTestBeam.java+1-11.5 -> 1.6
fix bug in test beam heprep conversion

GeomConverter/src/org/lcsim/geometry/subdetector
AbstractTestBeam.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- AbstractTestBeam.java	12 Sep 2006 02:42:48 -0000	1.5
+++ AbstractTestBeam.java	11 Mar 2010 19:26:49 -0000	1.6
@@ -123,7 +123,7 @@
         double x2 = position.x() - getX()/2;
         
         double y1 = position.y() + getY()/2;
-        double y2 = position.y() - getX()/2;
+        double y2 = position.y() - getY()/2;
         
         double z1 = position.z() + getZ()/2;
         double z2 = position.z() - getZ()/2;        
CVSspam 0.2.8