Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
PolyhedraBarrelCalorimeter.java+7-41.18 -> 1.19
set all tolerances to zero for now until these are added to the java version

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
PolyhedraBarrelCalorimeter.java 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- PolyhedraBarrelCalorimeter.java	28 Feb 2009 01:25:05 -0000	1.18
+++ PolyhedraBarrelCalorimeter.java	9 Sep 2009 17:32:19 -0000	1.19
@@ -37,16 +37,19 @@
 	private Element node;
 	
 	// Gaps between the stave and the polyhedra envelope. (10 micron)
-	private static final double STAVE_GAP = 0.1;
+	//private static final double STAVE_GAP = 0.1;
+	private static final double STAVE_GAP = 0.0;
 	
 	// Gap on the side of a layer within the stave. (1 micron)
 	//private static final double LAYER_SIDE_GAP = STAVE_GAP + 0.01 + 100.0;
 	
 	// Gap between layers in the stave.  (1 micron)
-	private static final double INTER_LAYER_GAP = 0.01;
+	//private static final double INTER_LAYER_GAP = 0.01;
+	private static final double INTER_LAYER_GAP = 0.0;
 	
 	// Gap between slices. (1 micron)
-	private static final double SLICE_GAP = 0.01;
+	private static final double SLICE_GAP = 0.0;
+	//private static final double SLICE_GAP = 0.01;
 		
 	public PolyhedraBarrelCalorimeter(Element node) throws JDOMException
 	{
@@ -369,7 +372,7 @@
 
 			rotY -= innerRotation;
 			posX = -sectCenterRadius * sin(rotY);
-			posY = sectCenterRadius * cos(rotY);
+			posY = sectCenterRadius * cos(rotY);			
 		}
 
 		// Set vis of envelope.
CVSspam 0.2.8