Commit in lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data on MAIN
base/CruxCluster.java+2-21.1 -> 1.2
    /CruxTrackNode.java+2-21.1 -> 1.2
    /VSTrackerHitGeneric.java+2-31.1 -> 1.2
mctruth/MCTruth.java+6-81.1 -> 1.2
+12-15
4 modified files
Fix javadoc warnings

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base
CruxCluster.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CruxCluster.java	8 Jul 2009 15:59:33 -0000	1.1
+++ CruxCluster.java	10 Jul 2009 22:34:41 -0000	1.2
@@ -17,7 +17,7 @@
  * Basic implementation of {@link Cluster}.
  *
  * @author D. Onoprienko
- * @version $Id: CruxCluster.java,v 1.1 2009/07/08 15:59:33 onoprien Exp $
+ * @version $Id: CruxCluster.java,v 1.2 2009/07/10 22:34:41 onoprien Exp $
  */
 public class CruxCluster implements Cluster {
   
@@ -295,7 +295,7 @@
   /**
    * Sets <tt>Validator</tt> that will be used by this cluster for calculating its properties.
    * If <tt>Validator</tt> has not been set through a call to this method, default 
-   * <tt>Validator</tt> obtained from {@link CruxManager} will be used.
+   * <tt>Validator</tt> will be used.
    */
   public void setValidator(CruxClusterValidator validator) {
     _validator = validator;

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base
CruxTrackNode.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CruxTrackNode.java	8 Jul 2009 15:59:33 -0000	1.1
+++ CruxTrackNode.java	10 Jul 2009 22:34:41 -0000	1.2
@@ -5,10 +5,10 @@
 import org.lcsim.contrib.onoprien.util.swim.Helix;
 
 /**
- * Basic implementation of {@link ITtrackNode}.
+ * Basic implementation of {@link ITrackNode}.
  *
  * @author D. Onoprienko
- * @version $Id: CruxTrackNode.java,v 1.1 2009/07/08 15:59:33 onoprien Exp $
+ * @version $Id: CruxTrackNode.java,v 1.2 2009/07/10 22:34:41 onoprien Exp $
  */
 public class CruxTrackNode implements ITrackNode {
   

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/base
VSTrackerHitGeneric.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- VSTrackerHitGeneric.java	8 Jul 2009 15:59:33 -0000	1.1
+++ VSTrackerHitGeneric.java	10 Jul 2009 22:34:41 -0000	1.2
@@ -15,11 +15,10 @@
 /**
  * Generic virtual segmentation implementation of {@link ITrackerHit} interface.
  * Can be used to represent various types of hits. More specialised implementations
- * (like {@link VSTrackerHitPixel} or {@link VSTrackerHitStrip}) can be used when appropriate
- * to improve performance.
+ * can be used when appropriate to improve performance.
  *
  * @author D. Onoprienko
- * @version $Id: VSTrackerHitGeneric.java,v 1.1 2009/07/08 15:59:33 onoprien Exp $
+ * @version $Id: VSTrackerHitGeneric.java,v 1.2 2009/07/10 22:34:41 onoprien Exp $
  */
 public class VSTrackerHitGeneric extends VSTrackerHit {
 

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/data/mctruth
MCTruth.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MCTruth.java	8 Jul 2009 15:59:33 -0000	1.1
+++ MCTruth.java	10 Jul 2009 22:34:41 -0000	1.2
@@ -23,8 +23,7 @@
 
 /**
  * Provides access to Monte Carlo truth information for reconstructed
- * objects created with crux package. Assuming the {@link MCTruthDriver} has been added
- * to the event processing chain, the <tt>MCTruth</tt> object can be fetched from the
+ * objects created with crux package. <tt>MCTruth</tt> object can be fetched from the
  * event record by calling <tt>event.get(MCTruth.KEY)</tt>.
  * <p>
  * Relations between <tt>MCParticles</tt> and reconstructed objects are weighted; tables and
@@ -63,7 +62,7 @@
  * </dl>
  *
  * @author D. Onoprienko
- * @version $Id: MCTruth.java,v 1.1 2009/07/08 15:59:33 onoprien Exp $
+ * @version $Id: MCTruth.java,v 1.2 2009/07/10 22:34:41 onoprien Exp $
  */
 public class MCTruth {
   
@@ -96,9 +95,8 @@
    * Sets the default relational table between <tt>MCParticles</tt> and reconstructed objects of the specified type.
    * Subsequent calls to
    * {@link #getMCParticleTable(RecType, Collection) getMCParticleTable(type)},
-   * {@link #get(RecType, MCParticle) get(type, mcParticle)},
-   * {@link #getMCParticles(RecType, Object) getMCParticles(type, reconstructedObject)}, and
-   * {@link #getMCParticles(Object) getMCParticles(reconstructedObject)}
+   * {@link #get(RecType, MCParticle) get(type, mcParticle)}, and
+   * {@link #getMCParticles(RecType, Object) getMCParticles(type, reconstructedObject)}
    * will use this map. If the map is set to <tt>null</tt>, the next call to one of these
    * methods will re-create the map by calling <tt>getMCParticleTable(type)</tt>, and set it as a default.
    */
@@ -112,8 +110,8 @@
   /**
    * Returns a relational table between <tt>MCParticles</tt> and reconstructed objects of the
    * requested type from the specified collections in the event record. If no collection names
-   * are specified, the default names set through the {@link MCTruthDriver#set(String, Object...)}
-   * method are used, and the created table is set as the default. If the default names have not been
+   * are specified, the default names set through the {@link JobManager}
+   * are used, and the created table is set as the default. If the default names have not been
    * set, all lists with compatible element types are used
    * (as returned by {@link EventHeader#get(Class) EventHeader.get(type.type())}.
    */
CVSspam 0.2.8