All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.FixedPartition

java.lang.Object
   |
   +----java.util.Observable
           |
           +----hep.analysis.Partition
                   |
                   +----hep.analysis.Abstract1DPartition
                           |
                           +----hep.analysis.FixedPartition

public class FixedPartition
extends Abstract1DPartition

Variable Index

 o m_bins
 o m_binWidth
 o m_entries
 o m_error
 o m_high
 o m_hist
 o m_low
 o m_overflow
 o m_underflow

Constructor Index

 o FixedPartition(double, double)
 o FixedPartition(double, double, int)

Method Index

 o clear()
 o fill(double, double)
 o getArea()
 o getBinAt(double)
 o getBins()
 o getEntries()
 o getErrors()
 o getMax()
 o getMean()
 o getMin()
 o getNumberOfBins()
 o getOverflow()
 o getRMS()
 o getUnderflow()

Variables

 o m_entries
 protected int m_entries
 o m_low
 protected double m_low
 o m_high
 protected double m_high
 o m_binWidth
 protected double m_binWidth
 o m_bins
 protected int m_bins
 o m_underflow
 protected double m_underflow
 o m_overflow
 protected double m_overflow
 o m_hist
 protected double m_hist[]
 o m_error
 protected double m_error[]

Constructors

 o FixedPartition
 public FixedPartition(double low,
                       double high)
 o FixedPartition
 public FixedPartition(double low,
                       double high,
                       int bins)

Methods

 o clear
 public void clear()
Overrides:
clear in class Partition
 o fill
 public void fill(double x,
                  double v)
Overrides:
fill in class Abstract1DPartition
 o getBinAt
 public int getBinAt(double x) throws NoSuchBinException
Overrides:
getBinAt in class Abstract1DPartition
 o getBins
 public double[] getBins()
Overrides:
getBins in class Abstract1DPartition
 o getErrors
 protected double[] getErrors()
Overrides:
getErrors in class Abstract1DPartition
 o getOverflow
 public double getOverflow()
Overrides:
getOverflow in class Abstract1DPartition
 o getUnderflow
 public double getUnderflow()
Overrides:
getUnderflow in class Abstract1DPartition
 o getEntries
 public int getEntries()
Overrides:
getEntries in class Abstract1DPartition
 o getArea
 public double getArea()
Overrides:
getArea in class Abstract1DPartition
 o getMean
 public double getMean()
Overrides:
getMean in class Abstract1DPartition
 o getRMS
 public double getRMS()
Overrides:
getRMS in class Abstract1DPartition
 o getNumberOfBins
 public int getNumberOfBins()
Overrides:
getNumberOfBins in class Abstract1DPartition
 o getMin
 public double getMin()
Overrides:
getMin in class Abstract1DPartition
 o getMax
 public double getMax()
Overrides:
getMax in class Abstract1DPartition

All Packages  Class Hierarchy  This Package  Previous  Next  Index