View Javadoc

1   package org.lcsim.constants;
2   
3   /**
4    * @author tonyj
5    * @version $Id: Constants.java,v 1.2 2006/08/15 23:33:19 jstrube Exp $
6    */
7   public interface Constants
8   {
9      /**  Constant for converting LCIO units to SI units. For a more thorough derivation
10      * please see <a href="doc-files/unitConversion.pdf">this document</a>
11     **/
12     public static final double fieldConversion = 2.99792458e-4;
13  }