Serialized Form


Package hep.analysis

Class hep.analysis.AbstractNamedObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m_name

java.lang.String m_name

Class hep.analysis.DerivedHistogram implements Serializable

Class hep.analysis.EfficiencyPlot implements Serializable

Class hep.analysis.EndOfDataException implements Serializable

Class hep.analysis.EventDataException implements Serializable

Class hep.analysis.Folder implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m_hash

java.util.Hashtable m_hash

Class hep.analysis.Histogram implements Serializable

Serialized Fields

m_partition

Partition m_partition

style

Style style

clearOnRewind

boolean clearOnRewind

Class hep.analysis.Histogram1D implements Serializable

Class hep.analysis.Histogram2D implements Serializable

Class hep.analysis.Histogram2DStyle implements Serializable

Class hep.analysis.HistogramFolder implements Serializable

Serialized Fields

clearOnRewind

boolean clearOnRewind

style

HistogramStyle style

defaultPartition

Partition defaultPartition

Class hep.analysis.HistogramStyle implements Serializable

Class hep.analysis.NamedObject.RenameException implements Serializable

Class hep.analysis.NoSuchBinException implements Serializable

Class hep.analysis.Page implements Serializable

Serialized Fields

m_plots

java.util.Vector m_plots

m_xGrid

int m_xGrid

m_yGrid

int m_yGrid

hasConstraints

boolean hasConstraints

Class hep.analysis.Page.ConstrainedPlot implements Serializable

Serialized Fields

this$0

Page this$0

plot

Plot plot

x

double x

y

double y

width

double width

height

double height

Class hep.analysis.PageFolder implements Serializable

Class hep.analysis.Partition implements Serializable

Serialized Fields

style

Style style

Class hep.analysis.PartitionInUseError implements Serializable

Class hep.analysis.Plot implements Serializable

Serialized Fields

m_histograms

java.util.Vector m_histograms

m_x

double m_x

m_y

double m_y

m_width

double m_width

m_height

double m_height

Class hep.analysis.PlotFolder implements Serializable

Class hep.analysis.ProfilePlot implements Serializable

Class hep.analysis.ScatterPlot implements Serializable

Class hep.analysis.ScatterStyle implements Serializable

Class hep.analysis.Style implements Serializable

Serialized Fields

hash

java.util.Hashtable hash


Package hep.analysis.partition

Class hep.analysis.partition.Abstract1DPartition implements Serializable

Class hep.analysis.partition.Abstract2DPartition implements Serializable

Class hep.analysis.partition.AbstractBinFinder implements Serializable

Class hep.analysis.partition.AbstractOneDFillable implements Serializable

Class hep.analysis.partition.AbstractTwoDFillable implements Serializable

Class hep.analysis.partition.AutoPartition implements Serializable

Serialized Fields

m_min

double m_min

m_max

double m_max

m_autoRange

boolean m_autoRange

m_thresholdReached

boolean m_thresholdReached

m_defaultBins

int m_defaultBins

m_autoCutoff

int m_autoCutoff

m_type

BinType m_type

m_storer

SimpleStorer m_storer

m_stats

OneDStatisticsProvider m_stats

Class hep.analysis.partition.BasicStatisticsProvider implements Serializable

Serialized Fields

m_totalWeight

double m_totalWeight

m_entries

int m_entries

Class hep.analysis.partition.BinAdapter implements Serializable

Serialized Fields

finder

BinFinder finder

binner

OneDBinner binner

Class hep.analysis.partition.DefaultPartitionFactory implements Serializable

Class hep.analysis.partition.EfficiencyBinner implements Serializable

Serialized Fields

m_bins

int m_bins

m_hit

double[] m_hit

m_n

double[] m_n

Class hep.analysis.partition.EfficiencyPartitionFactory implements Serializable

Class hep.analysis.partition.FillableTee implements Serializable

Serialized Fields

f1

OneDFillable f1

f2

OneDFillable f2

Class hep.analysis.partition.FixedMeanDatePartition implements Serializable

Class hep.analysis.partition.FixedMeanPartition implements Serializable

Class hep.analysis.partition.FixedPartition implements Serializable

Serialized Fields

m_finder

SimpleBinFinder m_finder

Class hep.analysis.partition.FixedPartition2D implements Serializable

Serialized Fields

m_finderX

SimpleBinFinder m_finderX

m_finderY

SimpleBinFinder m_finderY

Class hep.analysis.partition.MeanPartition implements Serializable

Class hep.analysis.partition.OneDDelegatingPartition implements Serializable

Serialized Fields

info

BinInfo info

fillable

OneDFillable fillable

dataSource

OneDDataSource dataSource

statisticsProvider

StatisticsProvider statisticsProvider

Class hep.analysis.partition.OneDStatisticsProvider implements Serializable

Serialized Fields

m_low

double m_low

m_high

double m_high

m_binWidth

double m_binWidth

m_totalWeight

double m_totalWeight

m_mean

double m_mean

m_rms

double m_rms

m_entries

int m_entries

m_range

RangeChangeListener m_range

Class hep.analysis.partition.PartitionFactory implements Serializable

Class hep.analysis.partition.PartitionFillException implements Serializable

Class hep.analysis.partition.PartitionNotification implements Serializable

Serialized Fields

AXIS_BASE

int AXIS_BASE

m_id

int m_id

Class hep.analysis.partition.RMSBinner implements Serializable

Serialized Fields

m_bins

int m_bins

m_hist

double[] m_hist

m_error

double[] m_error

m_n

double[] m_n

Class hep.analysis.partition.RMSPartitionFactory implements Serializable

Class hep.analysis.partition.ScatterPlotDatePartition implements Serializable

Class hep.analysis.partition.ScatterPlotPartition implements Serializable

Serialized Fields

m_store

SimpleScatterStorer m_store

Class hep.analysis.partition.ScatterPlotPartitionFactory implements Serializable

Class hep.analysis.partition.Simple2DDatePartition implements Serializable

Class hep.analysis.partition.Simple2DPartition implements Serializable

Serialized Fields

m_storer

TwoDStorer m_storer

m_stats

TwoDStatisticsProvider m_stats

m_filler

TwoDFillable m_filler

m_xMin

double m_xMin

m_xMax

double m_xMax

m_yMin

double m_yMin

m_yMax

double m_yMax

m_rangeSet

boolean m_rangeSet

m_type

BinType m_type

m_xBins

int m_xBins

m_xBinLow

double m_xBinLow

m_xBinHigh

double m_xBinHigh

m_yBins

int m_yBins

m_yBinLow

double m_yBinLow

m_yBinHigh

double m_yBinHigh

m_source

TwoDDataSource m_source

Class hep.analysis.partition.SimpleBinFinder implements Serializable

Serialized Fields

min

double min

max

double max

binWidth

double binWidth

bins

int bins

underflow

int underflow

overflow

int overflow

Class hep.analysis.partition.SimpleBinner implements Serializable

Serialized Fields

m_bins

int m_bins

m_hist

double[] m_hist

m_error

double[] m_error

m_hasWeightedEntries

boolean m_hasWeightedEntries

Class hep.analysis.partition.SimpleDatePartition implements Serializable

Class hep.analysis.partition.SimpleIntPartition implements Serializable

Class hep.analysis.partition.SimplePartition implements Serializable

Serialized Fields

m_min

double m_min

m_max

double m_max

m_autoRange

boolean m_autoRange

m_defaultBins

int m_defaultBins

m_type

BinType m_type

m_storer

SimpleStorer m_storer

m_stats

OneDStatisticsProvider m_stats

Class hep.analysis.partition.SimpleScatterStorer implements Serializable

Serialized Fields

m_simple

hep.analysis.partition.PartitionVector m_simple

m_currentSimple

double[] m_currentSimple

m_countSimple

int m_countSimple

m_simpleEntriesFilled

int m_simpleEntriesFilled

Class hep.analysis.partition.SimpleStorer implements Serializable

Serialized Fields

m_simple

hep.analysis.partition.PartitionVector m_simple

m_weighted

hep.analysis.partition.PartitionVector m_weighted

m_currentSimple

double[] m_currentSimple

m_currentWeighted

double[] m_currentWeighted

m_countSimple

int m_countSimple

m_countWeighted

int m_countWeighted

m_simpleEntriesFilled

int m_simpleEntriesFilled

m_weightedEntriesFilled

int m_weightedEntriesFilled

Class hep.analysis.partition.SimpleTwoDDataSourceAdapter implements Serializable

Serialized Fields

binner

SimpleTwoDDataSource binner

xFinder

SimpleBinFinder xFinder

yFinder

SimpleBinFinder yFinder

Class hep.analysis.partition.SimpleTwoDStorer implements Serializable

Serialized Fields

m_simple

hep.analysis.partition.PartitionVector m_simple

m_weighted

hep.analysis.partition.PartitionVector m_weighted

m_currentSimple

double[] m_currentSimple

m_currentWeighted

double[] m_currentWeighted

m_countSimple

int m_countSimple

m_countWeighted

int m_countWeighted

m_simpleEntriesFilled

int m_simpleEntriesFilled

m_weightedEntriesFilled

int m_weightedEntriesFilled

Class hep.analysis.partition.Statistics implements Serializable

Serialized Fields

m_stats

java.util.Vector m_stats

m_values

java.util.Vector m_values

Class hep.analysis.partition.StringBinFinder implements Serializable

Serialized Fields

m_range

RangeChangeListener m_range

nbins

int nbins

h

java.util.Hashtable h

Class hep.analysis.partition.StringPartition implements Serializable

Serialized Fields

m_binner

BinType m_binner

Class hep.analysis.partition.ThresholdStorer implements Serializable

Serialized Fields

m_entries

int m_entries

m_threshold

int m_threshold

m_listener

ThresholdListener m_listener

Class hep.analysis.partition.TwoDBinAdapter implements Serializable

Serialized Fields

xFinder

BinFinder xFinder

yFinder

BinFinder yFinder

binner

TwoDBinner binner

Class hep.analysis.partition.TwoDBinTypeAdapter implements Serializable

Serialized Fields

xBins

int xBins

yBins

int yBins

type

BinType type

Class hep.analysis.partition.TwoDDelegatingPartition implements Serializable

Serialized Fields

infoX

BinInfo infoX

infoY

BinInfo infoY

fillable

TwoDFillable fillable

dataSource

TwoDDataSource dataSource

statisticsProvider

StatisticsProvider statisticsProvider

Class hep.analysis.partition.TwoDFillableTee implements Serializable

Serialized Fields

f1

TwoDFillable f1

f2

TwoDFillable f2

Class hep.analysis.partition.TwoDStatisticsProvider implements Serializable

Serialized Fields

m_xLow

double m_xLow

m_xHigh

double m_xHigh

m_xMean

double m_xMean

m_xRms

double m_xRms

m_yLow

double m_yLow

m_yHigh

double m_yHigh

m_yMean

double m_yMean

m_yRms

double m_yRms

m_totalWeight

double m_totalWeight

m_entries

int m_entries

m_xRange

RangeChangeListener m_xRange

m_yRange

RangeChangeListener m_yRange

Class hep.analysis.partition.UnsupportedPartitionMethodException implements Serializable


Package hep.io.mcfio

Class hep.io.mcfio.MCFIOException implements Serializable


Package hep.physics

Class hep.physics.BasicHep3Vector implements Serializable

Serialized Fields

m_dx

double m_dx

m_dy

double m_dy

m_dz

double m_dz

Class hep.physics.BasicHepLorentzVector implements Serializable

Serialized Fields

m_dt

double m_dt

m_v

Hep3Vector m_v

m_vIsOwned

boolean m_vIsOwned

Class hep.physics.UnknownParticleID implements Serializable

Serialized Fields

id

int id


Package hep.physics.generator.event

Class hep.physics.generator.event.GeneratorParticleVector implements Serializable