Print

Print


Commit in lcsim-contrib/src/main/java/org/lcsim/contrib/Partridge/Atlas on MAIN
MCCheck.java+3-31.1 -> 1.2
Commit local code changes

lcsim-contrib/src/main/java/org/lcsim/contrib/Partridge/Atlas
MCCheck.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MCCheck.java	6 Mar 2009 23:52:17 -0000	1.1
+++ MCCheck.java	8 May 2009 00:00:33 -0000	1.2
@@ -32,11 +32,11 @@
             double theta = Math.acos(cth);
             double eta = -Math.log(Math.tan(theta/2.));
             if (mcp.getGeneratorStatus() == mcp.FINAL_STATE) {
-                aida.histogram1D("Eta distribution - all particles",50,-2.5,2.5).fill(eta, 1.);
+                aida.histogram1D("Eta distribution - all particles",50,-2.5,2.5).fill(eta, 0.1);
                 if (mcp.getCharge() != 0) {
                     String name = mcp.getType().getName();
-                    aida.histogram1D("Eta Distribution - Charged Particles",50,-2.5,2.5).fill(eta, 1.);
-                    aida.histogram1D("Eta Distribution for "+name,50,-2.5,2.5).fill(eta, 1.);
+                    aida.histogram1D("Eta Distribution - Charged Particles",50,-2.5,2.5).fill(eta, 0.1);
+                    aida.histogram1D("Eta Distribution for "+name,50,-2.5,2.5).fill(eta, 0.1);
                 }
             }
         }
CVSspam 0.2.8