Commit in lcsim/src/org/lcsim/util/heprep on MAIN
ZvVertexConverter.java+4-11.2 -> 1.3
Changed display from point to ellipsoid. Radii are still hard-coded, as there is not functionality in ZvVertex to get those, yet (Pending the fitter)

lcsim/src/org/lcsim/util/heprep
ZvVertexConverter.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ZvVertexConverter.java	12 Aug 2005 03:09:06 -0000	1.2
+++ ZvVertexConverter.java	16 Aug 2005 18:57:39 -0000	1.3
@@ -39,7 +39,10 @@
 
         HepRepType typeX = factory.createHepRepType(typeTree, name);
         typeX.addAttValue("layer", LCSimHepRepConverter.PARTICLES_LAYER);
-        typeX.addAttValue("drawAs", "Point");
+        typeX.addAttValue("drawAs", "Ellipsoid");
+        typeX.addAttValue("Radius", 1);
+        typeX.addAttValue("Radius2", 2);
+        typeX.addAttValue("Radius3", 3);
         typeX.addAttValue("color", Color.RED);
         typeX.addAttValue("fill", true);
         typeX.addAttValue("fillColor", Color.RED);
CVSspam 0.2.8