Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring/svt on MAIN
SVTSimpleEventDisplay.java+5-61.11 -> 1.12
oops...not using JFree in monitoring app (yet)

hps-java/src/main/java/org/lcsim/hps/monitoring/svt
SVTSimpleEventDisplay.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- SVTSimpleEventDisplay.java	25 Oct 2013 20:14:49 -0000	1.11
+++ SVTSimpleEventDisplay.java	25 Oct 2013 20:24:05 -0000	1.12
@@ -3,7 +3,6 @@
 import hep.aida.IHistogram1D;
 import hep.aida.IPlotter;
 import hep.aida.IPlotterFactory;
-import hep.aida.jfree.plot.style.DefaultHistogram1DStyle;
 
 import java.util.List;
 
@@ -22,7 +21,7 @@
  * This class can be configured to reset after each event for use as an
  * event display by calling {@link #setSingleEvent(boolean)}.
  * 
- * @version $Id: SVTSimpleEventDisplay.java,v 1.11 2013/10/25 20:14:49 jeremy Exp $
+ * @version $Id: SVTSimpleEventDisplay.java,v 1.12 2013/10/25 20:24:05 jeremy Exp $
  */
 public class SVTSimpleEventDisplay extends Driver implements Resettable {
 
@@ -136,7 +135,7 @@
     private void setupHitCountPlots() {
         plotter4 = factory.create("Hit Counts");
         plotter4.setTitle("Hit Counts");
-        plotter4.setStyle(new DefaultHistogram1DStyle());
+        //plotter4.setStyle(new DefaultHistogram1DStyle());
         plotter4.style().dataStyle().errorBarStyle().setVisible(false);
         plotter4.createRegions(1, 2);
         
@@ -149,7 +148,7 @@
     private void setupHelicalTrackHitPlots() {
         plotter3 = factory.create("HelicalTrackHits");
         plotter3.setTitle("HelicalTrackHits");
-        plotter3.setStyle(new DefaultHistogram1DStyle());
+        //plotter3.setStyle(new DefaultHistogram1DStyle());
         plotter3.style().dataStyle().errorBarStyle().setVisible(false);
         plotter3.style().statisticsBoxStyle().setVisible(false);
         plotter3.createRegions(4, 5);
@@ -158,7 +157,7 @@
     private void setupTrackerHitPlots() {
         plotter2 = factory.create("TrackerHits");
         plotter2.setTitle("TrackerHits");
-        plotter2.setStyle(new DefaultHistogram1DStyle());
+        //plotter2.setStyle(new DefaultHistogram1DStyle());
         plotter2.style().dataStyle().errorBarStyle().setVisible(false);
         plotter2.style().statisticsBoxStyle().setVisible(false);
         plotter2.createRegions(4, 5);
@@ -167,7 +166,7 @@
     private void setupRawTrackerHitPlots() {
         plotter = factory.create("RawTrackerHits");
         plotter.setTitle("RawTrackerHits");
-        plotter.setStyle(new DefaultHistogram1DStyle());
+        //plotter.setStyle(new DefaultHistogram1DStyle());
         plotter.style().dataStyle().errorBarStyle().setVisible(false);
         plotter.style().statisticsBoxStyle().setVisible(false);
         plotter.createRegions(4, 5);
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1