Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSClusteringAlgorithm.java+2-61.2 -> 1.3
...change to HPSFittedRawTrackerHits....

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSClusteringAlgorithm.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HPSClusteringAlgorithm.java	24 Apr 2012 14:09:22 -0000	1.2
+++ HPSClusteringAlgorithm.java	24 Apr 2012 17:46:08 -0000	1.3
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package org.lcsim.hps.recon.tracking;
 
 import java.util.List;
@@ -24,7 +20,7 @@
      * @param hits base hits
      * @return list of clusters, with each cluster being a list of RawTrackerHits
      */
-    public List<List<HPSTrackerHit>> findClusters(
-             List<HPSTrackerHit> hits);
+    public List<List<HPSFittedRawTrackerHit>> findClusters(
+             List<HPSFittedRawTrackerHit> hits);
 
 }
\ No newline at end of file
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1