Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa/structural on MAIN
SwimToECAL.java+1-11.1 -> 1.2
Remapper.java+3-31.6 -> 1.7
MatchHelixToCluster.java+1-11.1 -> 1.2
MakeHelixSwimmersFromTruth.java+1-11.1 -> 1.2
+6-6
4 modified files
Removed debug printout

lcsim/src/org/lcsim/contrib/uiowa/structural
SwimToECAL.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SwimToECAL.java	16 Dec 2005 21:11:26 -0000	1.1
+++ SwimToECAL.java	6 Jan 2006 01:02:56 -0000	1.2
@@ -99,7 +99,7 @@
 	if (countParticlesSwumToBarrel + countParticlesSwumToEndcap + countFailedExtrapolations != particleSet.size()) { 
 	    throw new AssertionError("Problem counting: "+countParticlesSwumToBarrel+" + "+countParticlesSwumToEndcap+" + "+countFailedExtrapolations+" != "+particleSet.size()); 
 	}
-	System.out.println(this.getClass().getName()+": DEBUG: valid extrapolations to barrel="+countParticlesSwumToBarrel+", endcap="+countParticlesSwumToEndcap+"; invalid extrapolations="+countFailedExtrapolations);
+	//System.out.println(this.getClass().getName()+": DEBUG: valid extrapolations to barrel="+countParticlesSwumToBarrel+", endcap="+countParticlesSwumToEndcap+"; invalid extrapolations="+countFailedExtrapolations);
     }
 
     

lcsim/src/org/lcsim/contrib/uiowa/structural
Remapper.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- Remapper.java	3 Jan 2006 20:16:29 -0000	1.6
+++ Remapper.java	6 Jan 2006 01:02:56 -0000	1.7
@@ -16,7 +16,7 @@
  * merging Clusters. This is needed when merging ECAL
  * and HCAL clusters, for example.
  *
- * @version $Id: Remapper.java,v 1.6 2006/01/03 20:16:29 mcharles Exp $
+ * @version $Id: Remapper.java,v 1.7 2006/01/06 01:02:56 mcharles Exp $
  */
 
 public class Remapper<T> extends Driver
@@ -96,7 +96,7 @@
 		    } else {
 			// Not found
                         if (m_debug) {
-			  System.out.println("WARNING: Didn't find subcluster "+subCluster+" inside any of the big clusters.");
+			    System.out.println("WARNING: Didn't find subcluster "+subCluster+" inside any of the big clusters.");
                         }
 		    }
 		}
@@ -120,7 +120,7 @@
 	      debugNumMIPs += mappedTracks.size();
 	      debugNumSmallClusters += currentBigCluster.getClusters().size();
   	  }
-	  System.out.println("DEBUG: "+this.getClass().getName()+": Mapped "+debugNumBigClusters+" big clusters (out of "+bigClusters.size()+") to "+debugNumSmallClusters+" small clusters and "+debugNumMIPs+" MIPs");
+	  //System.out.println("DEBUG: "+this.getClass().getName()+": Mapped "+debugNumBigClusters+" big clusters (out of "+bigClusters.size()+") to "+debugNumSmallClusters+" small clusters and "+debugNumMIPs+" MIPs");
         }
     }
 

lcsim/src/org/lcsim/contrib/uiowa/structural
MatchHelixToCluster.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MatchHelixToCluster.java	16 Dec 2005 21:11:26 -0000	1.1
+++ MatchHelixToCluster.java	6 Jan 2006 01:02:56 -0000	1.2
@@ -164,7 +164,7 @@
 	m_trackMatchingEfficiency.fill(effic);
 	//m_trackMatchingPurity.fill(purity);
 
-	System.out.println("DEBUG: "+this.getClass().getName()+": Out of "+countMCParticles+" MC particles, I mapped "+countMappedTracks+" (check: "+countMappings+")");
+	//System.out.println("DEBUG: "+this.getClass().getName()+": Out of "+countMCParticles+" MC particles, I mapped "+countMappedTracks+" (check: "+countMappings+")");
     }
 
     protected CalorimeterHit findNearestHit(TrackExtrapolationInfo info, Cluster clus) {

lcsim/src/org/lcsim/contrib/uiowa/structural
MakeHelixSwimmersFromTruth.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MakeHelixSwimmersFromTruth.java	16 Dec 2005 21:11:39 -0000	1.1
+++ MakeHelixSwimmersFromTruth.java	6 Jan 2006 01:02:56 -0000	1.2
@@ -78,7 +78,7 @@
 	outputList.add(outputMap);
 	event.put(m_nameOfHelixList, outputList);
 
-	System.out.println(this.getClass().getName()+": Extrapolated "+countExtrapolatedParticles+" MC particles, of which "+countExtrapolatedParticlesPassingSteveCuts+" should hit barrel ECAL.");
+	//System.out.println(this.getClass().getName()+": Extrapolated "+countExtrapolatedParticles+" MC particles, of which "+countExtrapolatedParticlesPassingSteveCuts+" should hit barrel ECAL.");
     }
     
     protected String m_nameOfHelixList;
CVSspam 0.2.8