Package hep.analysis.partition

Interface Summary
BinFinder  
BinInfo  
BinType Interface to be implemented by classes that compute bin contents based on sum, efficiency, RMS etc.
OneDBinner  
OneDDataSource These are the methods a 1D Partition must provide to the data consumer
OneDFillable Methods to be implemented by things that can be filled with 1D Data
RangeChangeListener Interface to be implemented by classes that receive notifications when the min/max range of an axis changes
ScatterDataSource  
ScatterEnumeration  
SimpleOneDDataSource  
SimpleTwoDDataSource  
StatisticsProvider  
ThresholdListener  
TwoDBinner  
TwoDDataSource These are the methods a 2D Partition must provide to the data consumer
TwoDFillable  
TwoDStorer  
 

Class Summary
Abstract1DPartition The base class for all one-dimensional partitions.
Abstract2DPartition The base class for all two-dimensional partitions.
AbstractBinFinder  
AbstractOneDFillable  
AbstractTwoDFillable  
AutoPartition At first, an automatic partition acts like a simple partition, filling within any range.
BasicStatisticsProvider Calculates some generic statistics for a OneD histogram
BinAdapter  
DefaultPartitionFactory The purpose of the DefaultPartitionFactory is to masquerade as a Partition, but the first time a fill method is called, to replace itself with a more suitable Partition, based on which fill method was called.
EfficiencyBinner Calculates each bin as an efficiency.
EfficiencyPartitionFactory  
FillableTee  
FixedMeanDatePartition  
FixedMeanPartition  
FixedPartition A partition that works like a HBOOK histogram, i.e.
FixedPartition2D A partition that works like a two-dimensional HBOOK histogram, i.e.
MeanPartition  
OneDDelegatingPartition  
OneDStatisticsProvider Calculates some generic statistics for a OneD histogram
PartitionFactory  
PartitionNotification A notification sent by a partition when its contents changes
RMSBinner Calculates each bin as the mean of the entries in that bin, and the error in each bin as the RMS of the data within the bin.
RMSPartitionFactory  
ScatterPlotDatePartition  
ScatterPlotPartition  
ScatterPlotPartitionFactory  
Simple2DDatePartition  
Simple2DPartition  
SimpleBinFinder  
SimpleBinner Simple calculates the contents of each bin as the sum of the weights in each bin.
SimpleDatePartition  
SimpleIntPartition A partition that can only be filled with integer values.
SimplePartition  
SimpleScatterStorer  
SimpleStorer  
SimpleTwoDDataSourceAdapter  
SimpleTwoDStorer  
Statistics  
StringBinFinder  
StringPartition A String partition creates bins based on names rather than on a continuous variable.
ThresholdStorer  
TwoDBinAdapter  
TwoDBinTypeAdapter This class converts a 1D BinType to be useable with a 2d histogram
TwoDDelegatingPartition  
TwoDFillableTee  
TwoDStatisticsProvider  
 

Exception Summary
PartitionFillException Thrown when an unsupported partition fill method is called.
UnsupportedPartitionMethodException