jetweb is hosted by Hepforge, IPPP Durham

Serialized Form


Package cedar.jetweb

Class cedar.jetweb.JetWebException extends java.lang.Exception implements Serializable

Serialized Fields

data

java.lang.String data

originalException

java.lang.Exception originalException

Package cedar.jetweb.db

Class cedar.jetweb.db.JetWebDBException extends JetWebException implements Serializable

Serialized Fields

sql

java.lang.String sql

Package cedar.jetweb.generator

Class cedar.jetweb.generator.ParameterNotFoundException extends JetWebException implements Serializable


Package cedar.jetweb.html

Class cedar.jetweb.html.JetWebHTMLException extends JetWebException implements Serializable


Package cedar.jetweb.job

Class cedar.jetweb.job.JobRequestException extends JetWebException implements Serializable

Serialized Fields

missingParameters

java.util.Vector<E> missingParameters

Package cedar.jetweb.model.fit

Class cedar.jetweb.model.fit.JetWebFitException extends JetWebException implements Serializable


Package cedar.jetweb.model.paper

Class cedar.jetweb.model.paper.PaperBank extends java.lang.Object implements Serializable


Package cedar.jetweb.model.plots

Class cedar.jetweb.model.plots.DataPlot extends java.lang.Object implements Serializable

Serialized Fields

sysScale

double sysScale
systematic scaling applied to data in this plot


number

int number
The plot number within a Paper.


title

java.lang.String title
Plot title.


collisionId

int collisionId

procIdWanted

int procIdWanted

dataPoints

java.util.Vector<E> dataPoints
Vector of data point objects.

See Also:
DataPoint


switches

java.util.HashSet<E> switches
HashSet of all the plot switches.


paperId

int paperId

chi2

double[] chi2

ecms

double ecms
Centre of mass energy at which the measurement was made.


csnId

int csnId
the DB identifier in the crossection DB table


hasdata

boolean hasdata
Indicates whether the plot has points


shape

boolean shape
Indicates whether the plot is a shape. (i.e. does not take the fitted scale factor)


proc

MCProcessType proc

form

java.text.DecimalFormat form

defFit

boolean defFit

defSum

boolean defSum

nDataSources

int nDataSources

logarithmic

boolean logarithmic

ylabel

java.lang.String ylabel

xlabel

java.lang.String xlabel

Class cedar.jetweb.model.plots.FittedPlot extends DataPlot implements Serializable

Serialized Fields

fit_

Fit fit_

runSeriesId

int runSeriesId

comparisonPlot

DataPlot comparisonPlot

Class cedar.jetweb.model.plots.JetWebPlotException extends JetWebException implements Serializable

Class cedar.jetweb.model.plots.PredictedPlot extends DataPlot implements Serializable

Serialized Fields

runSeriesId

int runSeriesId

comparisonPlot

DataPlot comparisonPlot

runSeries

RunSeries runSeries

tested

boolean tested

isValid

boolean isValid

dirtyData

boolean dirtyData

Class cedar.jetweb.model.plots.RealPlot extends DataPlot implements Serializable


Package cedar.jetweb.servlet

Class cedar.jetweb.servlet.FileDownloader extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

destinationDirName

java.lang.String destinationDirName

destinationDir

java.io.File destinationDir

out

java.io.PrintWriter out

paperId

int paperId

Class cedar.jetweb.servlet.FileUploader extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

destinationDirName

java.lang.String destinationDirName

destinationDir

java.io.File destinationDir

out

java.io.PrintWriter out

paperId

int paperId

Class cedar.jetweb.servlet.JetWebServletException extends JetWebException implements Serializable

Class cedar.jetweb.servlet.Maintainer extends javax.servlet.http.HttpServlet implements Serializable

Class cedar.jetweb.servlet.Searcher extends javax.servlet.http.HttpServlet implements Serializable


Package cedar.jetweb.xml

Class cedar.jetweb.xml.JetWebXMLException extends JetWebException implements Serializable