Commit in lcsim/src/org/lcsim/recon on MAIN
mcTrackFinder/MCTrackFinder.java+2-21.1 -> 1.2
cat/GarfieldHit.java+2-21.1 -> 1.2
   /GarfieldTrack.java+1-61.1 -> 1.2
+5-10
3 modified files
Fixed javadoc warnings

lcsim/src/org/lcsim/recon/mcTrackFinder
MCTrackFinder.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MCTrackFinder.java	22 Aug 2007 19:57:25 -0000	1.1
+++ MCTrackFinder.java	21 Sep 2007 12:07:46 -0000	1.2
@@ -13,13 +13,13 @@
  * In addition, the cheater can be customized by overriding {@link #filter(MCParticle)} 
  * method that selects potentially reconstructable Monte Carlo particles, 
  * {@link #filter(MCTrack)} method that selects <tt>MCTracks</tt> to be saved into
- * the output list, and {@link #findRelatedHits(MCParticle, List<TrackerHit>)} method
+ * the output list, and {@link #findRelatedHits(MCParticle, List)}method
  * that controls association of hits with <tt>MCParticle</tt>s.
  * <p>
  * The class also provides a number of static utility methods.
  *
  * @author D. Onoprienko
- * @version $Id: MCTrackFinder.java,v 1.1 2007/08/22 19:57:25 onoprien Exp $
+ * @version $Id: MCTrackFinder.java,v 1.2 2007/09/21 12:07:46 onoprien Exp $
  */
 public class MCTrackFinder extends Driver {
 

lcsim/src/org/lcsim/recon/cat
GarfieldHit.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GarfieldHit.java	6 Apr 2007 21:48:14 -0000	1.1
+++ GarfieldHit.java	21 Sep 2007 12:07:47 -0000	1.2
@@ -18,7 +18,7 @@
  *
  * @author  E. von Toerne
  * @author  D. Onoprienko
- * @version $Id: GarfieldHit.java,v 1.1 2007/04/06 21:48:14 onoprien Exp $
+ * @version $Id: GarfieldHit.java,v 1.2 2007/09/21 12:07:47 onoprien Exp $
  */
 final public class GarfieldHit implements TrackerHit {
   
@@ -180,7 +180,7 @@
    * calculate distance of the 2d hit as projected into the xy plane to a 3d postion
    * works best for a 2D hit that lies completely in the xy plane
    * created 11/05/04 for implementation of 2D endcap hits
-   * @author  E. von Toerne
+   * E. von Toerne
    */
   public final double distanceToLine2D(double px, double py) {
     if (is3d) return -1.;

lcsim/src/org/lcsim/recon/cat
GarfieldTrack.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GarfieldTrack.java	6 Apr 2007 21:48:14 -0000	1.1
+++ GarfieldTrack.java	21 Sep 2007 12:07:47 -0000	1.2
@@ -19,18 +19,13 @@
  * Used for calorimeter assisted tracking with the SiD.
  * An example on how to create a track from 3D position measurements,
  * please see {@link GarfieldTrackFinder}::testGenericTrackFit()
- * <p>
- * This class uses some parameters defined in {@link Const}.
- * Therefore, {@link Const#initialize(EventHeader)} must be run (either explicitly, or
- * by adding {@link Const} as a subdriver) prior to
- * creating any <tt>GarfieldTrack</tt> objects.
  *
  * @see GarfieldHit
  * @see GarfieldHelix
  *
  * @author  E. von Toerne
  * @author  D. Onoprienko
- * @version $Id: GarfieldTrack.java,v 1.1 2007/04/06 21:48:14 onoprien Exp $
+ * @version $Id: GarfieldTrack.java,v 1.2 2007/09/21 12:07:47 onoprien Exp $
  */
 public class GarfieldTrack implements Track {
   
CVSspam 0.2.8