Print

Print


Commit in lcsim/src/org/lcsim/recon/cluster/mst on MAIN
MSTPhotonFinder.java+2-21.3 -> 1.4
MJC: Small typo fix

lcsim/src/org/lcsim/recon/cluster/mst
MSTPhotonFinder.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- MSTPhotonFinder.java	15 May 2007 01:52:45 -0000	1.3
+++ MSTPhotonFinder.java	16 May 2007 16:46:03 -0000	1.4
@@ -17,7 +17,7 @@
  * Class to reconstruct and select photon clusters in the ECAL.
  * Conforms to the Clusterer interface.
  *
- * @version $Id: MSTPhotonFinder.java,v 1.3 2007/05/15 01:52:45 mcharles Exp $
+ * @version $Id: MSTPhotonFinder.java,v 1.4 2007/05/16 16:46:03 mcharles Exp $
  */
 
 public class MSTPhotonFinder implements Clusterer 
@@ -148,7 +148,7 @@
 			innermostHit = hit;
 		    }
 		}
-		System.out.println("DEBUG:   core with "+core.getCalorimeterHits().size()+" has first hit in layer "+firstLayer);
+		System.out.println("DEBUG:   core with "+core.getCalorimeterHits().size()+" hits has first hit in layer "+firstLayer);
 	    }
 	}
 
CVSspam 0.2.8