hep.analysis.partition
Class SimpleStorer

java.lang.Object
  |
  +--hep.analysis.partition.AbstractOneDFillable
        |
        +--hep.analysis.partition.SimpleStorer
All Implemented Interfaces:
OneDFillable, java.io.Serializable
Direct Known Subclasses:
ThresholdStorer

public class SimpleStorer
extends AbstractOneDFillable

See Also:
Serialized Form

Constructor Summary
SimpleStorer()
           
 
Method Summary
 void clear()
           
 void fill(double d)
           
 void fillData(OneDFillable fill)
           
 void fillW(double d, double weight)
           
 
Methods inherited from class hep.analysis.partition.AbstractOneDFillable
fill, fill, fill, fillW, fillW, fillW
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStorer

public SimpleStorer()
Method Detail

fill

public void fill(double d)
Overrides:
fill in class AbstractOneDFillable

fillW

public void fillW(double d,
                  double weight)
Overrides:
fillW in class AbstractOneDFillable

fillData

public void fillData(OneDFillable fill)

clear

public void clear()