Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa/structural on MAIN
ClusterAssociator.java+2-11.1 -> 1.2
Linkage also needs event info

lcsim/src/org/lcsim/contrib/uiowa/structural
ClusterAssociator.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- ClusterAssociator.java	29 Sep 2005 21:04:48 -0000	1.1
+++ ClusterAssociator.java	14 Oct 2005 17:53:55 -0000	1.2
@@ -1,8 +1,9 @@
 package structural; // package org.lcsim.recon.cluster.structural;
 
 import org.lcsim.event.Cluster;
+import org.lcsim.event.EventHeader;
 
 public interface ClusterAssociator
 {
-    public boolean isLinkCorrect(Cluster clus1, Cluster clus2);
+    public boolean isLinkCorrect(Cluster clus1, Cluster clus2, EventHeader event);
 }
CVSspam 0.2.8