Commit in GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd on MAIN
PolyhedraEndcapCalorimeter.java+2-21.13 -> 1.14


GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
PolyhedraEndcapCalorimeter.java 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- PolyhedraEndcapCalorimeter.java	30 Oct 2006 06:06:18 -0000	1.13
+++ PolyhedraEndcapCalorimeter.java	30 Oct 2006 06:20:08 -0000	1.14
@@ -303,10 +303,10 @@
                 //physvol2.setZ(-zmin-subdetector_thickness/2);
                 physvol2.setPosition(reflect_position);
                 physvol2.setRotation(envelopeRotationReflect);
-                sectPhysVol.addPhysVolID("system",id);
-                sectPhysVol.addPhysVolID("barrel",1);
                 physvol2.addPhysVolID("system",id);
                 physvol2.addPhysVolID("barrel",2);
+                physvol2.addPhysVolID("stave",0);
+                physvol2.addPhysVolID("module",moduleNumber);
                 motherVolume.addPhysVol(physvol2);
             }            
             
CVSspam 0.2.8