hep.aida.jni
Class CICloud2D
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CIBaseHistogram
hep.aida.jni.CICloud
hep.aida.jni.CICloud2D
- All Implemented Interfaces:
- hep.aida.IBaseHistogram, hep.aida.ICloud, hep.aida.ICloud2D
- public class CICloud2D
- extends CICloud
- implements hep.aida.ICloud2D
- Source Code:
- CICloud2D.java
Methods inherited from interface hep.aida.ICloud2D |
setConversionParameters |
Methods inherited from interface hep.aida.ICloud |
convertToHistogram, isConverted, maxEntries, scale, sumOfWeights |
Methods inherited from interface hep.aida.IBaseHistogram |
annotation, dimension, entries, nanEntries, reset, setTitle, title |
CICloud2D
public CICloud2D(long crefID)
fill
public void fill(double x,
double y)
- Specified by:
fill
in interface hep.aida.ICloud2D
fill
public void fill(double x,
double y,
double weight)
- Specified by:
fill
in interface hep.aida.ICloud2D
lowerEdgeX
public double lowerEdgeX()
- Specified by:
lowerEdgeX
in interface hep.aida.ICloud2D
lowerEdgeY
public double lowerEdgeY()
- Specified by:
lowerEdgeY
in interface hep.aida.ICloud2D
upperEdgeX
public double upperEdgeX()
- Specified by:
upperEdgeX
in interface hep.aida.ICloud2D
upperEdgeY
public double upperEdgeY()
- Specified by:
upperEdgeY
in interface hep.aida.ICloud2D
valueX
public double valueX(int index)
throws hep.aida.AlreadyConvertedException
- Specified by:
valueX
in interface hep.aida.ICloud2D
- Throws:
hep.aida.AlreadyConvertedException
valueY
public double valueY(int index)
throws hep.aida.AlreadyConvertedException
- Specified by:
valueY
in interface hep.aida.ICloud2D
- Throws:
hep.aida.AlreadyConvertedException
weight
public double weight(int index)
throws hep.aida.AlreadyConvertedException
- Specified by:
weight
in interface hep.aida.ICloud2D
- Throws:
hep.aida.AlreadyConvertedException
meanX
public double meanX()
- Specified by:
meanX
in interface hep.aida.ICloud2D
meanY
public double meanY()
- Specified by:
meanY
in interface hep.aida.ICloud2D
rmsX
public double rmsX()
- Specified by:
rmsX
in interface hep.aida.ICloud2D
rmsY
public double rmsY()
- Specified by:
rmsY
in interface hep.aida.ICloud2D
convert
public void convert(int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY)
throws hep.aida.AlreadyConvertedException
- Specified by:
convert
in interface hep.aida.ICloud2D
- Throws:
hep.aida.AlreadyConvertedException
convert
public void convert(double[] binEdgesX,
double[] binEdgesY)
throws hep.aida.AlreadyConvertedException
- Specified by:
convert
in interface hep.aida.ICloud2D
- Throws:
hep.aida.AlreadyConvertedException
histogram
public hep.aida.IHistogram2D histogram()
- Specified by:
histogram
in interface hep.aida.ICloud2D
fillHistogram
public void fillHistogram(hep.aida.IHistogram2D h)
- Specified by:
fillHistogram
in interface hep.aida.ICloud2D
Copyright © 2000-2004 FreeHEP, All Rights Reserved.