hep.aida
Interface ICloud

All Known Subinterfaces:
ICloud1D, ICloud2D, ICloud3D

public interface ICloud

User level interface to a Cloud. A Cloud is an unbinned collection of points. It can be used to represent scatter plots or dynamically rebinnable histograms. If they number of entries in the cloud exceeds some threshold they may be automatically converted to a binned histogram.

Version:
$Id: ICloud.html,v 1.1 2002/10/08 00:51:17 tonyj Exp $
Author:
Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, Mark Donszelmann, Guy Barrand
Source Code:
ICloud.java

Method Summary
 int dimension()
           
 int entries()
           
 String label()
           
 void setLabel(String label)
           
 double sumOfWeights()
           
 

Method Detail

label

public String label()

setLabel

public void setLabel(String label)

entries

public int entries()

dimension

public int dimension()

sumOfWeights

public double sumOfWeights()


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.