Commit in lcsim/src/org/lcsim/constants on MAIN
Constants.java+5-41.1 -> 1.2
doc-files/unitConversion.pdf[binary]added 1.1
+5-4
1 added + 1 modified, total 2 files
Adding a derivation of the unit conversion factor in pdf and referencing it in the javadoc.
The derivation is slightly confusing due to
a) the fact that I originally thought the value would be the reciprocal.
b) Minor notational clumsiness
However, it clearly establishes the numerical value that is to be used throughout org.lcsim.

lcsim/src/org/lcsim/constants
Constants.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Constants.java	20 Aug 2005 19:13:22 -0000	1.1
+++ Constants.java	15 Aug 2006 23:33:19 -0000	1.2
@@ -1,12 +1,13 @@
 package org.lcsim.constants;
 
 /**
- *
  * @author tonyj
- * @version $Id: Constants.java,v 1.1 2005/08/20 19:13:22 tonyj Exp $
+ * @version $Id: Constants.java,v 1.2 2006/08/15 23:33:19 jstrube Exp $
  */
 public interface Constants
 {
-   /** Constant for converting from radius to PT, e.g.  double radius = iq * pt/b*fieldConversion; **/
-   public static final double fieldConversion = 0.299792458 / 1000; // mm
+   /**  Constant for converting LCIO units to SI units. For a more thorough derivation
+    * please see <a href="doc-files/unitConversion.pdf">this document</a>
+   **/
+   public static final double fieldConversion = 2.99792458e-4;
 }
CVSspam 0.2.8