hep.analysis.partition
Class EfficiencyPartitionFactory

java.lang.Object
  |
  +--java.util.Observable
        |
        +--hep.analysis.Partition
              |
              +--hep.analysis.partition.PartitionFactory
                    |
                    +--hep.analysis.partition.DefaultPartitionFactory
                          |
                          +--hep.analysis.partition.EfficiencyPartitionFactory
All Implemented Interfaces:
OneDFillable, java.io.Serializable, StatisticsProvider, TwoDFillable

public class EfficiencyPartitionFactory
extends DefaultPartitionFactory

See Also:
Serialized Form

Fields inherited from class hep.analysis.Partition
DATE, DELTATIME, DOUBLE, HORIZONTAL_AXIS, INTEGER, m_owner, STRING, VERTICAL_AXIS
 
Constructor Summary
EfficiencyPartitionFactory()
           
 
Method Summary
protected  BinType createBinType()
          Subclasses can override this method to create a new default bin type.
 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.DefaultPartitionFactory
fill, fill, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, fillW
 
Methods inherited from class hep.analysis.partition.PartitionFactory
clear, done, getStatistics
 
Methods inherited from class hep.analysis.Partition
destroy, getStyle, setStyle
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfficiencyPartitionFactory

public EfficiencyPartitionFactory()
Method Detail

createBinType

protected BinType createBinType()
Description copied from class: DefaultPartitionFactory
Subclasses can override this method to create a new default bin type. This method returns a new SimpleBinner if not overriden
Overrides:
createBinType in class DefaultPartitionFactory

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 DefaultPartitionFactory