Commit in lcsim/src/org/lcsim/contrib/uiowa/mipfinder on MAIN
MIPCluster.java-81.1 -> 1.2
Remove redundant (I hope) addHit() method

lcsim/src/org/lcsim/contrib/uiowa/mipfinder
MIPCluster.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MIPCluster.java	29 Sep 2005 21:03:13 -0000	1.1
+++ MIPCluster.java	1 Oct 2005 01:28:25 -0000	1.2
@@ -21,14 +21,6 @@
 	direction = dir; 
     }
 
-    public void addHit(CalorimeterHit hit){
-	super.addHit(hit);
-	throw new AssertionError("FIX: I think it may be trying to communicate via CalorimeterCell, which is a Big No-No");
-	//if ( hits.size() == 1 ) {
-	//  thisCell.setTowerID(hit.getTowerID()); 
-	//}
-    }
-
     public double[] getShowerCoordinates(){
 	/**
 	   returns the 3D Coordinates of the last MIP-Hit	   
CVSspam 0.2.8