hep.analysis.partition
Interface TwoDBinner

All Known Implementing Classes:
TwoDBinTypeAdapter

public interface TwoDBinner


Method Summary
 void clear()
           
 void fill(int xBin, int yBin)
           
 void fillW(int xBin, int yBin, double value)
           
 int getNumberOfXBins()
           
 int getNumberOfYBins()
           
 void setNumberOfBins(int xBins, int yBins)
           
 

Method Detail

fill

public void fill(int xBin,
                 int yBin)

fillW

public void fillW(int xBin,
                  int yBin,
                  double value)

clear

public void clear()

setNumberOfBins

public void setNumberOfBins(int xBins,
                            int yBins)

getNumberOfXBins

public int getNumberOfXBins()

getNumberOfYBins

public int getNumberOfYBins()