Serialized Form
data
java.lang.String data
originalException
java.lang.Exception originalException
sql
java.lang.String sql
Package cedar.jetweb.generator |
Package cedar.jetweb.html |
missingParameters
java.util.Vector<E> missingParameters
Package cedar.jetweb.model.fit |
Package cedar.jetweb.model.paper |
Package cedar.jetweb.model.plots |
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
fit_
Fit fit_
runSeriesId
int runSeriesId
comparisonPlot
DataPlot comparisonPlot
runSeriesId
int runSeriesId
comparisonPlot
DataPlot comparisonPlot
runSeries
RunSeries runSeries
tested
boolean tested
isValid
boolean isValid
dirtyData
boolean dirtyData
Package cedar.jetweb.servlet |
destinationDirName
java.lang.String destinationDirName
destinationDir
java.io.File destinationDir
out
java.io.PrintWriter out
paperId
int paperId
destinationDirName
java.lang.String destinationDirName
destinationDir
java.io.File destinationDir
out
java.io.PrintWriter out
paperId
int paperId
|