Commit in hps-java/src/main/java/org/lcsim/hps/users/meeg on MAIN
FilterMCBunches.java+3-21.2 -> 1.3
better filter cuts

hps-java/src/main/java/org/lcsim/hps/users/meeg
FilterMCBunches.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- FilterMCBunches.java	29 Jun 2012 23:00:48 -0000	1.2
+++ FilterMCBunches.java	29 Jun 2012 23:48:16 -0000	1.3
@@ -22,7 +22,7 @@
  * Intended use is to clean up a photon-run MC file before running trigger and readout sim.
  *
  * @author Sho Uemura <[log in to unmask]>
- * @version $Id: FilterMCBunches.java,v 1.2 2012/06/29 23:00:48 meeg Exp $
+ * @version $Id: FilterMCBunches.java,v 1.3 2012/06/29 23:48:16 meeg Exp $
  */
 public class FilterMCBunches {
 
@@ -155,6 +155,7 @@
 
 
 //        return (ecalHits.size() + trackerHits.size() != 0);
-        return (totalE > 0.05 || !trackerHits.isEmpty());
+//        return (totalE > 0.05 || !trackerHits.isEmpty());
+        return (totalE > 0.05);
     }
 }
\ No newline at end of file
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