cern.hep.aida.ref
Class FixedAxis
java.lang.Object
cern.hep.aida.ref.FixedAxis
- All Implemented Interfaces:
- colt.hep.aida.IAxis, Serializable
public class FixedAxis
- extends Object
- implements colt.hep.aida.IAxis
Fixed-width axis; A reference implementation of hep.aida.IAxis.
- See Also:
- Serialized Form
Fields inherited from interface colt.hep.aida.IAxis |
serialVersionUID |
Constructor Summary |
FixedAxis(int bins,
double min,
double max)
Create an Axis |
FixedAxis
public FixedAxis(int bins,
double min,
double max)
- Create an Axis
- Parameters:
bins
- Number of binsmin
- Minimum for axismax
- Maximum for axis
binCentre
public double binCentre(int index)
- Specified by:
binCentre
in interface colt.hep.aida.IAxis
binLowerEdge
public double binLowerEdge(int index)
- Specified by:
binLowerEdge
in interface colt.hep.aida.IAxis
bins
public int bins()
- Specified by:
bins
in interface colt.hep.aida.IAxis
binUpperEdge
public double binUpperEdge(int index)
- Specified by:
binUpperEdge
in interface colt.hep.aida.IAxis
binWidth
public double binWidth(int index)
- Specified by:
binWidth
in interface colt.hep.aida.IAxis
coordToIndex
public int coordToIndex(double coord)
- Specified by:
coordToIndex
in interface colt.hep.aida.IAxis
lowerEdge
public double lowerEdge()
- Specified by:
lowerEdge
in interface colt.hep.aida.IAxis
upperEdge
public double upperEdge()
- Specified by:
upperEdge
in interface colt.hep.aida.IAxis
jHepWork 3.1 ©