Commit in mcd-analysis/src/main/java/org/lcsim/mcd/analysis on MAIN
MCHiggs.java+2-11.8 -> 1.9
Simple driver to grab some MC info from a Higgs .stdhep file and show some plots - changed to histograms. Now looks at gammas as well

mcd-analysis/src/main/java/org/lcsim/mcd/analysis
MCHiggs.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- MCHiggs.java	19 Dec 2012 18:26:03 -0000	1.8
+++ MCHiggs.java	19 Dec 2012 18:29:04 -0000	1.9
@@ -49,8 +49,9 @@
              * 22   == gamma
              * 23   == Zo
              * 24   == W
+             * 25   == h0/H01
              */
-            if (particle.getPDGID() > 0) {
+            if ((particle.getPDGID() > 0) && (particle.getPDGID() != 25)) {
                 aida.cloud1D("decay modes").fill(particle.getPDGID());
             }
             if (particle.getPDGID() == 5) {
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