Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
SetUpDTreeForReclustering.java+8-81.6 -> 1.7
MJC: (contrib) Use digisim hitmaps for muon system

lcsim/src/org/lcsim/contrib/uiowa
SetUpDTreeForReclustering.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- SetUpDTreeForReclustering.java	15 Aug 2008 22:13:59 -0000	1.6
+++ SetUpDTreeForReclustering.java	30 Aug 2008 19:53:41 -0000	1.7
@@ -36,10 +36,10 @@
 	    // Convert muon lists to hitmaps:
 	    HitListToHitMapDriver converter5 = new HitListToHitMapDriver();
 	    HitListToHitMapDriver converter6 = new HitListToHitMapDriver();
-	    converter5.addInputList("MuonBarrHits");
-	    converter6.addInputList("MuonEndcapHits");
-	    converter5.setOutput("MuonBarrHitMap");
-	    converter6.setOutput("MuonEndcapHitMap");
+	    converter5.addInputList("MuonBarrDigiHits");
+	    converter6.addInputList("MuonEndcapDigiHits");
+	    converter5.setOutput("MuonBarrDigiHitMap");
+	    converter6.setOutput("MuonEndcapDigiHitMap");
 	    add(converter5);
 	    add(converter6);
 	    if (useForwardEcal) {
@@ -139,10 +139,10 @@
 
 	// Run DTree on MUCAL -- this is currently rather tricky.
 	{
-	    org.lcsim.recon.cluster.mst.MSTClusterDriver mstMcalBarrel = new org.lcsim.recon.cluster.mst.MSTClusterDriver("MuonBarrHitMapAfterDTree", "MuonBarrDTrees");
-	    org.lcsim.recon.cluster.mst.MSTClusterDriver mstMcalEndcap = new org.lcsim.recon.cluster.mst.MSTClusterDriver("MuonEndcapHitMapAfterDTree", "MuonEndcapDTrees");
-	    mstMcalBarrel.addInputHitMap("MuonBarrHitMap");
-	    mstMcalEndcap.addInputHitMap("MuonEndcapHitMap");
+	    org.lcsim.recon.cluster.mst.MSTClusterDriver mstMcalBarrel = new org.lcsim.recon.cluster.mst.MSTClusterDriver("MuonBarrDigiHitMapAfterDTree", "MuonBarrDTrees");
+	    org.lcsim.recon.cluster.mst.MSTClusterDriver mstMcalEndcap = new org.lcsim.recon.cluster.mst.MSTClusterDriver("MuonEndcapDigiHitMapAfterDTree", "MuonEndcapDTrees");
+	    mstMcalBarrel.addInputHitMap("MuonBarrDigiHitMap");
+	    mstMcalEndcap.addInputHitMap("MuonEndcapDigiHitMap");
 	    mstMcalBarrel.setThreshold(1500.0); // 3x3cm segmentation transversely, 6.5cm longitudinally
 	    mstMcalEndcap.setThreshold(1500.0); // 3x3cm segmentation transversely, 6.5cm longitudinally
 	    mstMcalBarrel.registerMetrics(new org.lcsim.recon.cluster.mst.MinimumHitToHitDistance());
CVSspam 0.2.8