hep.analysis.partition
Class ThresholdStorer

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

public class ThresholdStorer
extends SimpleStorer

See Also:
Serialized Form

Constructor Summary
ThresholdStorer(int threshold, ThresholdListener l)
           
 
Method Summary
 void clear()
           
 void fill(double d)
           
 void fillW(double d, double weight)
           
 
Methods inherited from class hep.analysis.partition.SimpleStorer
fillData
 
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

ThresholdStorer

public ThresholdStorer(int threshold,
                       ThresholdListener l)
Method Detail

fill

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

fillW

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

clear

public void clear()
Overrides:
clear in class SimpleStorer