Commit in lcsim/src/org/lcsim/digisim on MAIN
DeadCell.java+1-51.1 -> 1.2
HotCell.java+2-61.1 -> 1.2
+3-11
2 modified files
Minor cleanup

lcsim/src/org/lcsim/digisim
DeadCell.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- DeadCell.java	25 May 2005 17:50:22 -0000	1.1
+++ DeadCell.java	27 Jun 2005 21:36:46 -0000	1.2
@@ -10,7 +10,7 @@
  * A modifier for simulation of dead cells in calorimeters
  *
  * @author Guilherme Lima
- * @version $Id: DeadCell.java,v 1.1 2005/05/25 17:50:22 lima Exp $
+ * @version $Id: DeadCell.java,v 1.2 2005/06/27 21:36:46 lima Exp $
  */
 class DeadCell extends AbstractCalHitModifier {
 
@@ -97,10 +97,6 @@
 	return new DeadCell(digitizer, modpars);
     }
 
-    public static DeadCell instance() {
-	return _me;
-    }
-
     /** private constructor, call newInstance() instead */
     private DeadCell(Digitizer digitizer, ModifierParameters modpars) {
 	super(digitizer, modpars);

lcsim/src/org/lcsim/digisim
HotCell.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- HotCell.java	25 May 2005 17:50:21 -0000	1.1
+++ HotCell.java	27 Jun 2005 21:36:46 -0000	1.2
@@ -10,7 +10,7 @@
  * A modifier for simulation of hot cells in calorimeters
  *
  * @author Guilherme Lima
- * @version $Id: HotCell.java,v 1.1 2005/05/25 17:50:21 lima Exp $
+ * @version $Id: HotCell.java,v 1.2 2005/06/27 21:36:46 lima Exp $
  */
 class HotCell extends AbstractCalHitModifier {
 
@@ -114,10 +114,6 @@
 	return new HotCell(digitizer, modpars);
     }
 
-    public static HotCell instance() {
-	return _me;
-    }
-
     /** private constructor, call newInstance() instead */
     private HotCell(Digitizer digitizer, ModifierParameters modpars) {
 	super(digitizer, modpars);
@@ -162,7 +158,7 @@
     /** width used for smearing of amplitude */
     private double _timeSigma;
 
-    /** Random cell selector */
+    /** cellID encoder */
     private IDEncoder _encoder;
     /** noise ID, used in place of simhit cellID */
     private long _noiseID = 0L;
CVSspam 0.2.8