hep.aida.jni
Class CICloud1D
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CIBaseHistogram
hep.aida.jni.CICloud
hep.aida.jni.CICloud1D
- All Implemented Interfaces:
- hep.aida.IBaseHistogram, hep.aida.ICloud, hep.aida.ICloud1D
- public class CICloud1D
- extends CICloud
- implements hep.aida.ICloud1D
- Source Code:
- CICloud1D.java
Methods inherited from interface hep.aida.ICloud1D |
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 |
CICloud1D
public CICloud1D(long crefID)
fill
public void fill(double x)
- Specified by:
fill
in interface hep.aida.ICloud1D
fill
public void fill(double x,
double weight)
- Specified by:
fill
in interface hep.aida.ICloud1D
lowerEdge
public double lowerEdge()
- Specified by:
lowerEdge
in interface hep.aida.ICloud1D
upperEdge
public double upperEdge()
- Specified by:
upperEdge
in interface hep.aida.ICloud1D
value
public double value(int index)
throws hep.aida.AlreadyConvertedException
- Specified by:
value
in interface hep.aida.ICloud1D
- Throws:
hep.aida.AlreadyConvertedException
weight
public double weight(int index)
throws hep.aida.AlreadyConvertedException
- Specified by:
weight
in interface hep.aida.ICloud1D
- Throws:
hep.aida.AlreadyConvertedException
mean
public double mean()
- Specified by:
mean
in interface hep.aida.ICloud1D
rms
public double rms()
- Specified by:
rms
in interface hep.aida.ICloud1D
convert
public void convert(int nBins,
double lowerEdge,
double upperEdge)
throws hep.aida.AlreadyConvertedException
- Specified by:
convert
in interface hep.aida.ICloud1D
- Throws:
hep.aida.AlreadyConvertedException
convert
public void convert(double[] binEdges)
throws hep.aida.AlreadyConvertedException
- Specified by:
convert
in interface hep.aida.ICloud1D
- Throws:
hep.aida.AlreadyConvertedException
histogram
public hep.aida.IHistogram1D histogram()
- Specified by:
histogram
in interface hep.aida.ICloud1D
fillHistogram
public void fillHistogram(hep.aida.IHistogram1D h)
- Specified by:
fillHistogram
in interface hep.aida.ICloud1D
Copyright © 2000-2004 FreeHEP, All Rights Reserved.