Commit in GeomConverter/src/org/lcsim/geometry/subdetector on MAIN
CylindricalBarrelCalorimeter.java+1-11.6 -> 1.7
Reset this to NOT set innerR, because CylindricalCalorimeter parent class does this already.

GeomConverter/src/org/lcsim/geometry/subdetector
CylindricalBarrelCalorimeter.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- CylindricalBarrelCalorimeter.java	20 Jul 2005 19:11:59 -0000	1.6
+++ CylindricalBarrelCalorimeter.java	20 Jul 2005 22:13:14 -0000	1.7
@@ -44,7 +44,7 @@
     private void build(Element node) throws JDOMException
     {        
         Element dimensions = node.getChild("dimensions");
-        innerR = dimensions.getAttribute("inner_r").getDoubleValue();
+
         outerR = innerR + getLayering().getLayers().getTotalThickness();
         maxZ = dimensions.getAttribute("outer_z").getDoubleValue();        
         minZ = -maxZ;
CVSspam 0.2.8