Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
ShowerPointFinder.java+1-11.7 -> 1.8
found bug

lcsim/src/org/lcsim/contrib/uiowa
ShowerPointFinder.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- ShowerPointFinder.java	12 Aug 2008 23:03:23 -0000	1.7
+++ ShowerPointFinder.java	12 Aug 2008 23:09:37 -0000	1.8
@@ -154,7 +154,7 @@
                     double numRemove = 0;
 		    if(mipclus.getCalorimeterHits().size() < 4) {
                         numRemove = mipclus.getCalorimeterHits().size() - 1 ; 
-                    } 
+                    } else numRemove = 3;
 		    for(int k=0; k < numRemove ; k++) {
 			CalorimeterHit toRemove = mipclus.getCalorimeterHits().get(mipclus.getCalorimeterHits().size()-1);
 			mipclus.removeHit(toRemove);
CVSspam 0.2.8