Print

Print


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


SlicDiagnostics/src/org/lcsim/slic/diagnostics
GenericHitPlots.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- GenericHitPlots.java	17 Aug 2005 03:43:49 -0000	1.7
+++ GenericHitPlots.java	17 Aug 2005 03:57:56 -0000	1.8
@@ -55,8 +55,8 @@
         xy = aida.cloud2D(makePlotName("Hit X vs. Y"));
         rz = aida.cloud2D(makePlotName("Hit R vs. Z"));
         layer = aida.histogram1D(makePlotName("Hit Layer"), nlayers, 0, nlayers);
-        energyEvent = aida.cloud1D(makePlotName("Event Energy"));
-        hitCount = aida.cloud1D(makePlotName("Event Number of Hits"));
+        energyEvent = aida.cloud1D(makePlotName("Event Total Energy"));
+        hitCount = aida.cloud1D(makePlotName("Event Total Hit Count"));
     }
     
     public void setGenericHitList(List<GenericHit> hits)
CVSspam 0.2.8