jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.hist
Class JetWebHist

java.lang.Object
  extended by cedar.jetweb.hist.JetWebHist

public abstract class JetWebHist
extends java.lang.Object

Wrapper around the JAIDA interfaces to create/plot histograms

Author:
Tom Court, UCL.

Constructor Summary
JetWebHist()
           
 
Method Summary
protected static hep.aida.IDataPointSet buildHist(DataPlot thisPlot, java.lang.String path)
          Builds a histogram from a DataPlot object.
static void writeGraphics(DataPlot plot, java.lang.String path)
          Creates a Graphics of the histogram specified at the path specified.
static void writeGraphics(Paper paper, java.lang.String path)
          Remake the graphics of the plots for a given paper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetWebHist

public JetWebHist()
Method Detail

writeGraphics

public static void writeGraphics(Paper paper,
                                 java.lang.String path)
Remake the graphics of the plots for a given paper. This does not change the DB but takes a long time, so it usually runs in a seperate thread.


buildHist

protected static hep.aida.IDataPointSet buildHist(DataPlot thisPlot,
                                                  java.lang.String path)
Builds a histogram from a DataPlot object. If path != null, a compressed (gzipped) xml file is created along with the histogram.


writeGraphics

public static void writeGraphics(DataPlot plot,
                                 java.lang.String path)
Creates a Graphics of the histogram specified at the path specified.