FreeHEP API
Version current

hep.aida.jni
Class CICloud2D

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIBaseHistogram
              extended byhep.aida.jni.CICloud
                  extended byhep.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

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CICloud2D(long crefID)
           
 
Method Summary
 void convert(double[] binEdgesX, double[] binEdgesY)
           
 void convert(int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)
           
 void fill(double x, double y)
           
 void fill(double x, double y, double weight)
           
 void fillHistogram(hep.aida.IHistogram2D h)
           
 hep.aida.IHistogram2D histogram()
           
 double lowerEdgeX()
           
 double lowerEdgeY()
           
 double meanX()
           
 double meanY()
           
 double rmsX()
           
 double rmsY()
           
 double upperEdgeX()
           
 double upperEdgeY()
           
 double valueX(int index)
           
 double valueY(int index)
           
 double weight(int index)
           
 
Methods inherited from class hep.aida.jni.CICloud
convertToHistogram, isConverted, maxEntries, scale, sumOfWeights
 
Methods inherited from class hep.aida.jni.CIBaseHistogram
annotation, dimension, entries, reset, setTitle, title
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CICloud2D

public CICloud2D(long crefID)
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.