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
-
m_bins
-
-
m_binWidth
-
-
m_entries
-
-
m_error
-
-
m_high
-
-
m_hist
-
-
m_low
-
-
m_overflow
-
-
m_underflow
-
-
FixedPartition(double, double)
-
-
FixedPartition(double, double, int)
-
-
clear()
-
-
fill(double, double)
-
-
getArea()
-
-
getBinAt(double)
-
-
getBins()
-
-
getEntries()
-
-
getErrors()
-
-
getMax()
-
-
getMean()
-
-
getMin()
-
-
getNumberOfBins()
-
-
getOverflow()
-
-
getRMS()
-
-
getUnderflow()
-
m_entries
protected int m_entries
m_low
protected double m_low
m_high
protected double m_high
m_binWidth
protected double m_binWidth
m_bins
protected int m_bins
m_underflow
protected double m_underflow
m_overflow
protected double m_overflow
m_hist
protected double m_hist[]
m_error
protected double m_error[]
FixedPartition
public FixedPartition(double low,
double high)
FixedPartition
public FixedPartition(double low,
double high,
int bins)
clear
public void clear()
- Overrides:
- clear in class Partition
fill
public void fill(double x,
double v)
- Overrides:
- fill in class Abstract1DPartition
getBinAt
public int getBinAt(double x) throws NoSuchBinException
- Overrides:
- getBinAt in class Abstract1DPartition
getBins
public double[] getBins()
- Overrides:
- getBins in class Abstract1DPartition
getErrors
protected double[] getErrors()
- Overrides:
- getErrors in class Abstract1DPartition
getOverflow
public double getOverflow()
- Overrides:
- getOverflow in class Abstract1DPartition
getUnderflow
public double getUnderflow()
- Overrides:
- getUnderflow in class Abstract1DPartition
getEntries
public int getEntries()
- Overrides:
- getEntries in class Abstract1DPartition
getArea
public double getArea()
- Overrides:
- getArea in class Abstract1DPartition
getMean
public double getMean()
- Overrides:
- getMean in class Abstract1DPartition
getRMS
public double getRMS()
- Overrides:
- getRMS in class Abstract1DPartition
getNumberOfBins
public int getNumberOfBins()
- Overrides:
- getNumberOfBins in class Abstract1DPartition
getMin
public double getMin()
- Overrides:
- getMin in class Abstract1DPartition
getMax
public double getMax()
- Overrides:
- getMax in class Abstract1DPartition
All Packages Class Hierarchy This Package Previous Next Index