Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
SiTrackerBarrel.java+7-71.7 -> 1.8
remove this code for now as it is causing errors

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
SiTrackerBarrel.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- SiTrackerBarrel.java	11 Feb 2009 21:01:57 -0000	1.7
+++ SiTrackerBarrel.java	7 Dec 2010 19:06:32 -0000	1.8
@@ -286,13 +286,13 @@
 			setVisAttributes(lcdd, layer_element, layer_volume);
             
 			// Set the layer envelope to invisible to help Geant4 visualization.
-			if (layer_element.getAttribute("vis") == null)
-			{
-				if (lcdd.getVisAttributes("InvisibleWithDaughters") != null)
-				{
-					layer_volume.setVisAttributes(lcdd.getVisAttributes("InvisibleWithDaughters"));
-				}
-			}
+			//if (layer_element.getAttribute("vis") == null)
+			//{
+			//	if (lcdd.getVisAttributes("InvisibleWithDaughters") != null)
+			//	{
+			//		layer_volume.setVisAttributes(lcdd.getVisAttributes("InvisibleWithDaughters"));
+			//	}
+			//}
             
 			// Add the layer volume to LCDD.
 			structure.addVolume(layer_volume);
CVSspam 0.2.8