Print

Print


Commit in lcsim/src/org/lcsim/contrib/onoprien/crux on MAIN
infrastructure/CruxTrack.java+12-31.1 -> 1.2
package-info.java+1-11.1 -> 1.2
+13-4
2 modified files


lcsim/src/org/lcsim/contrib/onoprien/crux/infrastructure
CruxTrack.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CruxTrack.java	2 Apr 2008 22:30:10 -0000	1.1
+++ CruxTrack.java	5 Nov 2008 16:34:56 -0000	1.2
@@ -2,18 +2,24 @@
 
 import java.util.*;
 
+import hep.physics.matrix.SymmetricMatrix;
 import hep.physics.vec.Hep3Vector;
 import hep.physics.vec.VecOp;
 import org.lcsim.event.MCParticle;
-import org.lcsim.event.base.BaseTrack;
+
+import org.lcsim.contrib.onoprien.util.swim.Helix;
 
 /**
  * Helper class that provides access to various parameters of a fitted track.
  *
  * @author D. Onoprienko
- * @version $Id: CruxTrack.java,v 1.1 2008/04/02 22:30:10 onoprien Exp $
+ * @version $Id: CruxTrack.java,v 1.2 2008/11/05 16:34:56 onoprien Exp $
  */
-public class CruxTrack extends BaseTrack {
+public class CruxTrack {
+  
+  
+  
+  
   
   /** Enumeration of functional points along a reconstructed track. */
   public enum Path {START, END, 
@@ -26,6 +32,7 @@
   public CruxTrack() {
   }
   
+  
 // -- Getters :  ---------------------------------------------------------------
   
   /** Returns the vertex from which this track originated. */
@@ -102,4 +109,6 @@
   private ArrayList<CruxTrackVertex> _interVertexes = new ArrayList<CruxTrackVertex>(0);
   
   private MCParticle _mcParticle;
+  
+  private Helix _helix;
 }

lcsim/src/org/lcsim/contrib/onoprien/crux
package-info.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- package-info.java	5 Nov 2008 03:32:40 -0000	1.1
+++ package-info.java	5 Nov 2008 16:34:57 -0000	1.2
@@ -1,4 +1,4 @@
 /**
- * Crux PFA - a set of particle flow related algorithms, tools, and supporting infrastructure.
+ * PFA related algorithms, tools, and supporting infrastructure.
  */
 package org.lcsim.contrib.onoprien.crux;
CVSspam 0.2.8