hep.analysis.partition
Class FixedPartition2D
java.lang.Object
|
+--java.util.Observable
|
+--hep.analysis.Partition
|
+--hep.analysis.partition.Abstract2DPartition
|
+--hep.analysis.partition.TwoDDelegatingPartition
|
+--hep.analysis.partition.FixedPartition2D
- All Implemented Interfaces:
- OneDFillable, java.io.Serializable, StatisticsProvider, TwoDDataSource, TwoDFillable
- public class FixedPartition2D
- extends TwoDDelegatingPartition
A partition that works like a two-dimensional HBOOK histogram,
i.e. the min, max and # of bins must be specified at creation time,
and cannot subsequently be changed.
- See Also:
- Serialized Form
Method Summary |
Partition |
makeCopy()
Make a copy of this partition, maintaining the partition class and
initial state, but not the data stored in the partition. |
Methods inherited from class hep.analysis.partition.TwoDDelegatingPartition |
clear, fill, fill, fillW, fillW, getBin, getBins, getMinusErrors, getNumberOfXBins, getNumberOfYBins, getPlusErrors, getStatistics, getXAxisLabels, getXAxisType, getXMax, getXMin, getYAxisLabels, getYAxisType, getYMax, getYMin, hasAsymmetricErrorBars, hasSimpleQuadraticErrorBars, isRebinnable, setBinInfoX, setBinInfoY, setDataSource, setFillable, setStatisticsProvider, setXBinning, setYBinning |
Methods inherited from class hep.analysis.partition.Abstract2DPartition |
clearChanges, clearDataChanged, done, fill, fill, fill, fill, fillW, fillW, fillW, fillW, getRangeChangeListener, notifyObservers, setBothRangesChanged, setDataAndRangeChangedNow, setDataChanged, setXRangeChanged, setYRangeChanged |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedPartition2D
public FixedPartition2D(double lowX,
double highX,
int binsX,
double lowY,
double highY,
int binsY)
FixedPartition2D
public FixedPartition2D(double lowX,
double highX,
double lowY,
double highY,
TwoDBinTypeAdapter binner)
makeCopy
public Partition makeCopy()
- Description copied from class:
Partition
- Make a copy of this partition, maintaining the partition class and
initial state, but not the data stored in the partition.
- Overrides:
makeCopy
in class Partition