hep.analysis.partition
Class SimpleTwoDStorer

java.lang.Object
  |
  +--hep.analysis.partition.AbstractTwoDFillable
        |
        +--hep.analysis.partition.SimpleTwoDStorer
All Implemented Interfaces:
java.io.Serializable, TwoDFillable, TwoDStorer

public class SimpleTwoDStorer
extends AbstractTwoDFillable
implements TwoDStorer

See Also:
Serialized Form

Constructor Summary
SimpleTwoDStorer()
           
 
Method Summary
 void clear()
           
 void fill(double x, double y)
           
 void fillData(TwoDFillable fill)
           
 void fillW(double x, double y, double weight)
           
 
Methods inherited from class hep.analysis.partition.AbstractTwoDFillable
fill, fillW
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.analysis.partition.TwoDFillable
fill, fillW
 

Constructor Detail

SimpleTwoDStorer

public SimpleTwoDStorer()
Method Detail

fill

public void fill(double x,
                 double y)
Specified by:
fill in interface TwoDFillable
Overrides:
fill in class AbstractTwoDFillable

fillW

public void fillW(double x,
                  double y,
                  double weight)
Specified by:
fillW in interface TwoDFillable
Overrides:
fillW in class AbstractTwoDFillable

fillData

public void fillData(TwoDFillable fill)
Specified by:
fillData in interface TwoDStorer

clear

public void clear()
Specified by:
clear in interface TwoDFillable