Print

Print


Commit in mcd-analysis/src/main/java/org/lcsim/mcd/analysis on MAIN
MCHiggs.java+2-21.2 -> 1.3
Simple driver to grab some MC info from a Higgs .stdhep file and show some plots - changed to histograms

mcd-analysis/src/main/java/org/lcsim/mcd/analysis
MCHiggs.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- MCHiggs.java	19 Dec 2012 17:26:34 -0000	1.2
+++ MCHiggs.java	19 Dec 2012 17:37:12 -0000	1.3
@@ -68,7 +68,7 @@
                 double pt_bar = VecOp.dot(p_bar, z_unit);
                 
                 //aida.cloud1D("b momentum").fill(p_m);
-                aida.histogram1D("b momentum hist",50,62.306,62.313).fill(p_m);
+                aida.histogram1D("b momentum hist",100,62.3108,62.3126).fill(p_m);
                 //aida.cloud1D("b transverse momentum").fill(pt);
                 aida.histogram1D("b transverse momentum hist", 100,0,63).fill(pt);
                 //aida.cloud1D("b_bar transverse momentum").fill(pt_bar);
@@ -77,7 +77,7 @@
                 // b and b_bar are produced with equal energy, opposite momenta
                 double inv_mass = Math.sqrt(2.*mass*mass + 2.*(en*en-VecOp.dot(p, p_bar)));
                 //aida.cloud1D("H invariant mass").fill(inv_mass);
-                aida.histogram1D("H inv mass hist",50,124.980,124.995).fill(inv_mass);
+                aida.histogram1D("H inv mass hist",100,124.990,124.995).fill(inv_mass);
             }
         }
         aida.cloud1D("num children").fill(children.size());
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