All Packages Class Hierarchy This Package Previous Next Index
Class hep.analysis.SimpleIntPartition
java.lang.Object
|
+----java.util.Observable
|
+----hep.analysis.Partition
|
+----hep.analysis.Abstract1DPartition
|
+----hep.analysis.SimplePartition
|
+----hep.analysis.SimpleIntPartition
- public class SimpleIntPartition
- extends SimplePartition
-
SimpleIntPartition()
-
-
SimpleIntPartition(int, int)
-
-
fill(double)
- Invokes the
fill(double, double) method with
a weighting value of 1.
-
fill(double, double)
- Fills the associated histogram with a numerical value.
-
fill(int)
- Invokes the
fill(int, double) method with
a weighting value of 1.
-
fill(int, double)
- Converts the given
int parameter to type
double and calls fill(double, double).
-
getAxisType()
- Return a static field from Rebinnable1DHistogramData.
-
getBinAt(double)
- Returns the bin index corresponding to the given numerical value.
-
getBinAt(int)
- Converts the given
int parameter to type
double and invokes the method
getBinAt(double).
SimpleIntPartition
public SimpleIntPartition()
SimpleIntPartition
public SimpleIntPartition(int min,
int max)
fill
public void fill(int x)
- Invokes the
fill(int, double) method with
a weighting value of 1.
- Overrides:
- fill in class Abstract1DPartition
fill
public void fill(int x,
double v)
- Converts the given
int parameter to type
double and calls fill(double, double).
- Overrides:
- fill in class Abstract1DPartition
fill
public void fill(double x)
- Invokes the
fill(double, double) method with
a weighting value of 1.
- Overrides:
- fill in class SimplePartition
fill
public void fill(double x,
double v)
- Fills the associated histogram with a numerical value.
- Overrides:
- fill in class SimplePartition
getBinAt
public int getBinAt(int x) throws NoSuchBinException
- Converts the given
int parameter to type
double and invokes the method
getBinAt(double).
- Overrides:
- getBinAt in class Abstract1DPartition
getBinAt
public int getBinAt(double x) throws NoSuchBinException
- Returns the bin index corresponding to the given numerical value.
- Overrides:
- getBinAt in class SimplePartition
getAxisType
public int getAxisType()
- Return a static field from Rebinnable1DHistogramData.
- Overrides:
- getAxisType in class Abstract1DPartition
All Packages Class Hierarchy This Package Previous Next Index