Commit in SlicDiagnostics/src/org/lcsim/slic/diagnostics on MAIN
MCParticlePlots.java+2-21.27 -> 1.28


SlicDiagnostics/src/org/lcsim/slic/diagnostics
MCParticlePlots.java 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- MCParticlePlots.java	5 Apr 2006 00:20:35 -0000	1.27
+++ MCParticlePlots.java	17 Oct 2006 22:23:52 -0000	1.28
@@ -22,7 +22,7 @@
  * A set of MCParticle plots, including plots for each particle type by PDGID.
  * 
  * @author jeremym
- * @version $Id: MCParticlePlots.java,v 1.27 2006/04/05 00:20:35 jeremy Exp $
+ * @version $Id: MCParticlePlots.java,v 1.28 2006/10/17 22:23:52 jeremy Exp $
  */
 class MCParticlePlots extends AbstractPlots
 {
@@ -686,7 +686,7 @@
                 p2.annotation().addItem("xAxisLabel", "End Point R (mm)");
                 p2.annotation().addItem("yAxisLabel", "End Point Z (mm)");
 
-                p2 = aida().cloud2D(particleName + ": Particle Energy vs Energy of Endpoint Daughters");
+                p2 = aida().cloud2D(particleName + ": Particle Energy vs Energy of Endpoint Daughters");
                 p2.annotation().addItem("xAxisLabel", "Particle Energy (GeV)");
                 p2.annotation().addItem("yAxisLabel", "Total Energy of End Point Daughters (GeV)");
                                
CVSspam 0.2.8