Commit in lcsim/src/org/lcsim/recon/pfa/structural on MAIN
SetUpDTreeForReclustering.java+1-11.9 -> 1.10
fix bug: use TrackHelixPlusHitExtrapolator

lcsim/src/org/lcsim/recon/pfa/structural
SetUpDTreeForReclustering.java 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- SetUpDTreeForReclustering.java	22 Oct 2008 23:24:45 -0000	1.9
+++ SetUpDTreeForReclustering.java	12 Nov 2008 08:00:43 -0000	1.10
@@ -73,7 +73,7 @@
 
 	{
 	    // Find muons
-	    MuonFinderWrapper muonFinder = new MuonFinderWrapper("TracksWithoutElectrons", "AllDigiHitMapWithoutElectrons", "MuonTrackClusterMap", "AllDigiHitMapWithoutElectronsOrMuons", "TracksWithoutElectronsOrMuons");
+	    MuonFinderWrapper muonFinder = new MuonFinderWrapper(findCluster, "TracksWithoutElectrons", "AllDigiHitMapWithoutElectrons", "MuonTrackClusterMap", "AllDigiHitMapWithoutElectronsOrMuons", "TracksWithoutElectronsOrMuons");
 	    //muonFinder.skip(); // TEST
 	    add(muonFinder);
 	    // Identify the muon hits within useable hit block
CVSspam 0.2.8