Commit in SlicDiagnostics/src/org/lcsim/slic/diagnostics on MAIN
GenericHitPlots.java+4-41.25 -> 1.26


SlicDiagnostics/src/org/lcsim/slic/diagnostics
GenericHitPlots.java 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- GenericHitPlots.java	11 Feb 2006 02:57:35 -0000	1.25
+++ GenericHitPlots.java	11 Feb 2006 03:14:55 -0000	1.26
@@ -24,7 +24,7 @@
  * subdetector.
  * 
  * @author jeremym
- * @version $Id: GenericHitPlots.java,v 1.25 2006/02/11 02:57:35 jeremy Exp $
+ * @version $Id: GenericHitPlots.java,v 1.26 2006/02/11 03:14:55 jeremy Exp $
  */
 class GenericHitPlots extends AbstractPlots
 {
@@ -296,7 +296,7 @@
             plot.annotation().addItem("xAxisLabel", "Number of Hits");
             plot.annotation().addItem("yAxisLabel", "Number of Events");
 
-            plot = _aida.cloud1D(layerName + ": Fraction of N Hits");
+            plot = _aida.cloud1D(layerName + ": Fraction of Number of Hits");
             plot.annotation().addItem("xAxisLabel", "Fraction of Total Number of Hits");
             plot.annotation().addItem("yAxisLabel", "Number of Events");
 
@@ -643,10 +643,10 @@
             _aida.cloud1D(layerName + ": Average Hit Energy").fill(layerInfo.getAverageHitEdep());
 
             // Plot layer total # hits
-            _aida.cloud1D(layerName + ": Total N Hits").fill(layerInfo.getNHits());
+            _aida.cloud1D(layerName + ": Number of Hits").fill(layerInfo.getNHits());
 
             // Plot layer's fraction of N hits
-            _aida.cloud1D(layerName + ": Fraction of N Hits").fill(layerInfo.getPercentNHits());
+            _aida.cloud1D(layerName + ": Fraction of Number of Hits").fill(layerInfo.getPercentNHits());
 
             // Plot layer's fraction of total E
             _aida.cloud1D(layerName + ": Fraction of Total Energy").fill(layerInfo.getPercentTotalEnergy());
CVSspam 0.2.8