Print

Print


Commit in SlicDiagnostics on MAIN
build.sh+1-11.1 -> 1.2
src/org/lcsim/slic/diagnostics/MCParticlePlots.java+3-31.25 -> 1.26
+4-4
2 modified files


SlicDiagnostics
build.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- build.sh	12 Oct 2005 07:36:26 -0000	1.1
+++ build.sh	1 Apr 2006 00:30:02 -0000	1.2
@@ -12,4 +12,4 @@
 
 maven -Drun.install=${install_dir} \
       -Dmaven.test.skip=true clean \
-      jas:install jar:install run:install
+      eclipse jas:install jar:install run:install

SlicDiagnostics/src/org/lcsim/slic/diagnostics
MCParticlePlots.java 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- MCParticlePlots.java	1 Apr 2006 00:00:02 -0000	1.25
+++ MCParticlePlots.java	1 Apr 2006 00:30:02 -0000	1.26
@@ -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.25 2006/04/01 00:00:02 jeremy Exp $
+ * @version $Id: MCParticlePlots.java,v 1.26 2006/04/01 00:30:02 jeremy Exp $
  */
 class MCParticlePlots extends AbstractPlots
 {
@@ -635,11 +635,11 @@
                 p1.annotation().addItem("xAxisLabel", "dE / E (GeV)");
                 p1.annotation().addItem("yAxisLabel", "Number of Events");
                 
-                p1 = aida().cloud1D(particleName + ": Number of TrackerHits per Particle");
+                p1 = aida().cloud1D(particleName + ": Number of Tracker Hits per Particle");
                 p1.annotation().addItem("xAxisLabel", "Number of Hits per Particle");
                 p1.annotation().addItem("yAxisLabel", "# Entries / bin");
                 
-                p1 = aida().cloud1D(particleName + ": Number of CalorimeterHits per Particle");
+                p1 = aida().cloud1D(particleName + ": Number of Calorimeter Hits per Particle");
                 p1.annotation().addItem("xAxisLabel", "Number of Hits per Particle");
                 p1.annotation().addItem("yAxisLabel", "# Entries / bin");
 
CVSspam 0.2.8