Commit in lcsim/src/org/lcsim/util/lcio on MAIN
LCIOConstants.java+41.5 -> 1.6
Added THBIT_MOMENTUM to accomodate track momentum at hit point.

lcsim/src/org/lcsim/util/lcio
LCIOConstants.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- LCIOConstants.java	26 Jul 2005 14:44:35 -0000	1.5
+++ LCIOConstants.java	22 Sep 2005 15:35:46 -0000	1.6
@@ -41,6 +41,10 @@
    public final static int THBIT_BARREL = 31;
    
    // barrel(1) - endcap(0)
+   
+   public final static int THBIT_MOMENTUM = 30 ; 
+
+   // momentum of particle stored(1) - not stored(0)
    // Tracks
    public final static int TRBIT_HITS = 31;
    
CVSspam 0.2.8