Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
LocalHelixExtrapolationTrackClusterMatcher.java+31.1 -> 1.2
MJC: Interface to set a couple of cuts

lcsim/src/org/lcsim/contrib/uiowa
LocalHelixExtrapolationTrackClusterMatcher.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- LocalHelixExtrapolationTrackClusterMatcher.java	9 May 2007 00:25:25 -0000	1.1
+++ LocalHelixExtrapolationTrackClusterMatcher.java	10 May 2007 00:33:33 -0000	1.2
@@ -105,6 +105,9 @@
 	m_init = true;
     }
 
+    public void setCutSeparation(double cutSeparation) { m_cutSeparation = cutSeparation; }
+    public void setCutFirstLayer(int cutFirstLayer) { m_cutFirstLayer = cutFirstLayer; }
+
     protected DecisionMakerPair<Track,Cluster> m_extraCut = null;
     protected double m_cutSeparation = 30.0; // 3cm
     protected int    m_cutFirstLayer = 5; // Cluster must have a hit in in layer 0,1,2,3, or 4.
CVSspam 0.2.8