Print

Print


Commit in java/trunk/recon/src/main/java/org/hps/recon/particle on MAIN
ReconParticleDriverIC.java-41219 -> 1220
Remove print of de-bug output

java/trunk/recon/src/main/java/org/hps/recon/particle
ReconParticleDriverIC.java 1219 -> 1220
--- java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriverIC.java	2014-10-16 17:28:07 UTC (rev 1219)
+++ java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriverIC.java	2014-10-16 17:33:44 UTC (rev 1220)
@@ -275,8 +275,6 @@
             	// of the associated cluster for particles other than the initially guessed electron --HS,2oct14
             	int pid = particle.getParticleIDUsed().getPDG();
             	if (pid != 11) {
-                	System.out.println("matched clusters pid: " + pid);
-
             		double rawE = matchedCluster.getRawEnergy();
             		double corrE = matchedCluster.enCorrection(pid, rawE);
             		matchedCluster.setEnergy(corrE);
@@ -312,8 +310,6 @@
             	// of the associated cluster for particles other than the initially guessed electron --HS,2oct14
             	int pid = particle.getParticleIDUsed().getPDG();
             	if (pid != 11) {
-                	System.out.println("unmatched clusters pid: " + pid);
-
             		double rawE = unmatchedCluster.getRawEnergy();
             		double corrE = unmatchedCluster.enCorrection(pid, rawE);
             		unmatchedCluster.setEnergy(corrE);
SVNspam 0.1