Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSRawTrackerHitFitterDriver.java-101.20 -> 1.21
Removed debug output

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSRawTrackerHitFitterDriver.java 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- HPSRawTrackerHitFitterDriver.java	11 Oct 2013 22:18:52 -0000	1.20
+++ HPSRawTrackerHitFitterDriver.java	11 Oct 2013 22:22:38 -0000	1.21
@@ -84,16 +84,6 @@
 
         //  Make a fitted hit from this cluster
         for (RawTrackerHit hit : rawHits) {
-        	if(this.debug) {
-	        	if(hit.getSimTrackerHits() == null) System.out.printf("%s: raw hit has NO simhit  \n",this.getClass());
-	        	else {
-	        		for(SimTrackerHit shit: hit.getSimTrackerHits()) {
-	        			MCParticle mpc = shit.getMCParticle();
-	        			if( mpc != null) System.out.printf("%s: raw hit has simhit at %s and mcp with pdgid %d  \n",this.getClass().getSimpleName(), shit.getPositionVec().toString(),mpc.getPDGID());
-	        			else System.out.printf("%s: raw hit has simhit but no mcp \n",this.getClass().getSimpleName(), shit.getPositionVec().toString());
-	        		}
-	        	}
-        	}
             int strip = hit.getIdentifierFieldValue("strip");
             ChannelConstants constants = HPSSVTCalibrationConstants.getChannelConstants((SiSensor) hit.getDetectorElement(), strip);
             HPSShapeFitParameters fit = _shaper.fitShape(hit, constants);
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1