Commit in java/trunk/recon/src/main/java/org/hps/recon/particle on MAIN
ReconParticleDriverIC.java+41218 -> 1219
Z position is raw and not to be corrected

java/trunk/recon/src/main/java/org/hps/recon/particle
ReconParticleDriverIC.java 1218 -> 1219
--- java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriverIC.java	2014-10-16 17:25:02 UTC (rev 1218)
+++ java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriverIC.java	2014-10-16 17:28:07 UTC (rev 1219)
@@ -275,6 +275,8 @@
             	// 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);
@@ -310,6 +312,8 @@
             	// 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