FreeHEP API
Version v1.2.2

hep.aida.jni
Class CIAxis

java.lang.Object
  |
  +--hep.aida.jni.CAIDRef
        |
        +--hep.aida.jni.CProxy
              |
              +--hep.aida.jni.CIAxis
All Implemented Interfaces:
hep.aida.IAxis

public class CIAxis
extends CProxy
implements hep.aida.IAxis


Field Summary
 
Fields inherited from class hep.aida.jni.CProxy
factory
 
Fields inherited from class hep.aida.jni.CAIDRef
cref
 
Fields inherited from interface hep.aida.IAxis
OVERFLOW_BIN, UNDERFLOW_BIN
 
Constructor Summary
CIAxis(long cref, long factory)
           
 
Method Summary
 double binLowerEdge(int index)
           
 int bins()
           
 double binUpperEdge(int index)
           
 double binWidth(int index)
           
 int coordToIndex(double coord)
           
 boolean isFixedBinning()
           
 double lowerEdge()
           
 double upperEdge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIAxis

public CIAxis(long cref,
              long factory)
Method Detail

isFixedBinning

public boolean isFixedBinning()
Specified by:
isFixedBinning in interface hep.aida.IAxis

lowerEdge

public double lowerEdge()
Specified by:
lowerEdge in interface hep.aida.IAxis

upperEdge

public double upperEdge()
Specified by:
upperEdge in interface hep.aida.IAxis

bins

public int bins()
Specified by:
bins in interface hep.aida.IAxis

binLowerEdge

public double binLowerEdge(int index)
Specified by:
binLowerEdge in interface hep.aida.IAxis

binUpperEdge

public double binUpperEdge(int index)
Specified by:
binUpperEdge in interface hep.aida.IAxis

binWidth

public double binWidth(int index)
Specified by:
binWidth in interface hep.aida.IAxis

coordToIndex

public int coordToIndex(double coord)
Specified by:
coordToIndex in interface hep.aida.IAxis

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.