Print

Print


Commit in lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/geom on MAIN
calorimeter/CalGeometry.java+2-11.1 -> 1.2
           /CalLayer.java+2-21.1 -> 1.2
           /CalModule.java+2-21.1 -> 1.2
tracker/SegmentationManager.java+2-21.1 -> 1.2
+8-7
4 modified files
Fix javadoc warnings

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/geom/calorimeter
CalGeometry.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CalGeometry.java	8 Jul 2009 15:59:38 -0000	1.1
+++ CalGeometry.java	10 Jul 2009 22:34:43 -0000	1.2
@@ -10,6 +10,7 @@
 import org.lcsim.event.CalorimeterHit;
 import org.lcsim.geometry.Detector;
 
+import org.lcsim.contrib.onoprien.geom.calorimeter.lib.SiD02Geometry;
 import org.lcsim.contrib.onoprien.util.job.JobEvent;
 import org.lcsim.contrib.onoprien.util.job.JobEventListener;
 import org.lcsim.contrib.onoprien.util.job.JobManager;
@@ -39,7 +40,7 @@
  * calorimeters is available - see {@link SiD02Geometry}.
  * 
  * @author D. Onoprienko
- * @version $Id: CalGeometry.java,v 1.1 2009/07/08 15:59:38 onoprien Exp $
+ * @version $Id: CalGeometry.java,v 1.2 2009/07/10 22:34:43 onoprien Exp $
  */
 abstract public class CalGeometry implements JobEventListener {
 

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/geom/calorimeter
CalLayer.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CalLayer.java	8 Jul 2009 15:59:38 -0000	1.1
+++ CalLayer.java	10 Jul 2009 22:34:43 -0000	1.2
@@ -9,7 +9,7 @@
  * Class that represents a layer inside a calorimeter module.
  * 
  * @author D. Onoprienko
- * @version $Id: CalLayer.java,v 1.1 2009/07/08 15:59:38 onoprien Exp $
+ * @version $Id: CalLayer.java,v 1.2 2009/07/10 22:34:43 onoprien Exp $
  */
 public class CalLayer implements Comparable<CalLayer> {
 
@@ -48,7 +48,7 @@
   }
   
   /** 
-   * Returns layer number as reported by {@link IDDecoder} for hits in this layer.
+   * Returns layer number as reported by <tt>IDDecoder</tt> for hits in this layer.
    * Note that layers in a module are not necessarily numbered starting from zero.
    */
   public int getLayerDecoded() {

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/geom/calorimeter
CalModule.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CalModule.java	8 Jul 2009 15:59:38 -0000	1.1
+++ CalModule.java	10 Jul 2009 22:34:43 -0000	1.2
@@ -8,7 +8,7 @@
  * Class to represent a part of the calorimeter.
  * 
  * @author D. Onoprienko
- * @version $Id: CalModule.java,v 1.1 2009/07/08 15:59:38 onoprien Exp $
+ * @version $Id: CalModule.java,v 1.2 2009/07/10 22:34:43 onoprien Exp $
  */
 public class CalModule {
   
@@ -101,7 +101,7 @@
   }
   
   /**
-   * Look up layer object in this module by its layer number as reported by {@link IDDecoder}.
+   * Look up layer object in this module by its layer number as reported by <tt>IDDecoder</tt>.
    * Throws <tt>IndexOutOfBoundsException</tt> if there is no layer with the specified
    * number in this module.
    */

lcsim-contrib/src/main/java/org/lcsim/contrib/onoprien/geom/tracker
SegmentationManager.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SegmentationManager.java	8 Jul 2009 15:59:38 -0000	1.1
+++ SegmentationManager.java	10 Jul 2009 22:34:43 -0000	1.2
@@ -37,7 +37,7 @@
  * method in the future.
  *
  * @author D.Onoprienko
- * @version $Id: SegmentationManager.java,v 1.1 2009/07/08 15:59:38 onoprien Exp $
+ * @version $Id: SegmentationManager.java,v 1.2 2009/07/10 22:34:43 onoprien Exp $
  */
 public class SegmentationManager implements JobEventListener {
 
@@ -133,7 +133,7 @@
    * </dl>
    * 
    * @param name   Name of parameter to be set. Case is ignored.
-   * @param value  Value to be assigned to the parameter.
+   * @param values  Values to be assigned to the parameter.
    * @throws NoSuchParameterException Thrown if the supplied parameter name is unknown.
    *         Subclasses may catch this exception after a call to <tt>super.set()</tt>
    *         and set their own parameters.
CVSspam 0.2.8