hep.analysis.partition
Class TwoDFillableTee

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

public final class TwoDFillableTee
extends java.lang.Object
implements TwoDFillable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TwoDFillableTee(TwoDFillable f1, TwoDFillable f2)
           
 
Method Summary
 void clear()
           
 void fill(java.util.Date x, double y)
           
 void fill(double x, double y)
           
 void fillW(java.util.Date x, double y, double weight)
           
 void fillW(double x, double y, double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoDFillableTee

public TwoDFillableTee(TwoDFillable f1,
                       TwoDFillable f2)
Method Detail

fill

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

fillW

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

fill

public void fill(java.util.Date x,
                 double y)
Specified by:
fill in interface TwoDFillable

fillW

public void fillW(java.util.Date x,
                  double y,
                  double weight)
Specified by:
fillW in interface TwoDFillable

clear

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