Print

Print


Commit in GeomConverter/test/org/lcsim/material on MAIN
BetheBlockTest.java+1-11.8 -> 1.9
JM: Change particle mass to MeV for Bethe-Bloche test.

GeomConverter/test/org/lcsim/material
BetheBlockTest.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- BetheBlockTest.java	2 May 2006 20:31:31 -0000	1.8
+++ BetheBlockTest.java	2 May 2006 20:59:19 -0000	1.9
@@ -44,7 +44,7 @@
     			for (int pdg : pdgids)
     			{
     				ParticleType ptype = pinfo.get(pdg);
-    				double mass = ptype.getMass();
+    				double mass = ptype.getMass() * 1000;
     				double charge = ptype.getCharge();
     				double[] parr = {pp, 0, 0};
     				String pname = ptype.getName();
CVSspam 0.2.8