Commit in SlicDiagnostics/src/org/lcsim/slic/diagnostics on MAIN
GenericHitPlots.java+2-21.24 -> 1.25


SlicDiagnostics/src/org/lcsim/slic/diagnostics
GenericHitPlots.java 1.24 -> 1.25
diff -u -r1.24 -r1.25
--- GenericHitPlots.java	11 Feb 2006 02:49:23 -0000	1.24
+++ GenericHitPlots.java	11 Feb 2006 02:57:35 -0000	1.25
@@ -24,7 +24,7 @@
  * subdetector.
  * 
  * @author jeremym
- * @version $Id: GenericHitPlots.java,v 1.24 2006/02/11 02:49:23 jeremy Exp $
+ * @version $Id: GenericHitPlots.java,v 1.25 2006/02/11 02:57:35 jeremy Exp $
  */
 class GenericHitPlots extends AbstractPlots
 {
@@ -463,7 +463,7 @@
             String layerName = layerInfo.getTitleName();
 
             // Plot layer hit energy
-            _aida.cloud1D(layerName + ": Hit Edep").fill(energy);
+            _aida.cloud1D(layerName + ": Hit Energy").fill(energy);
 
             // Plot layer hit XY
             _aida.cloud2D(layerName + ": Hit XY").fill(x, y);
CVSspam 0.2.8