Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
MassAnalysis.java-91.3 -> 1.4
MJC: Back out some extra test code

lcsim/src/org/lcsim/contrib/uiowa
MassAnalysis.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- MassAnalysis.java	23 Apr 2007 21:33:38 -0000	1.3
+++ MassAnalysis.java	23 Apr 2007 21:46:50 -0000	1.4
@@ -145,15 +145,6 @@
     {
 	super.process(event);
 
-	{
-	    org.lcsim.util.event.BaseLCSimEvent tmpEvent = (org.lcsim.util.event.BaseLCSimEvent)(event);
-	    java.util.Collection<LCMetaData> metaData = tmpEvent.MatGetMetaData();
-	    for (LCMetaData meta : metaData) {
-		System.out.println("DEBUG: Event contains list '"+meta.getName()+"' of type "+meta.getType());
-	    }
-	}
-
-
 	// Event cut: Both reconstructed jets have cos(theta) < 0.8
 	// Event cut 2: Both quarks have cos(theta) < 0.8
 	boolean passesTruthAcceptanceCut = false;
CVSspam 0.2.8