|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.histogram.AbstractBaseHistogram
hep.aida.ref.histogram.Cloud
public abstract class Cloud
| Field Summary | |
|---|---|
static int |
CLOUD_ARRAY_ENTRIES
|
| Method Summary | |
|---|---|
abstract void |
convertToHistogram()
Convert the ICloud to an IHistogram using the default number of bins. |
String |
getOptions()
Get the options with which the Cloud was created. |
void |
initCloud(int maxEntries,
String options)
|
abstract boolean |
isConverted()
Check if the ICloud has been converted to an IHistogram. |
int |
maxEntries()
Get the maximum number of entries after which the Cloud will convert to an Histogram. |
int |
nanEntries()
Number of entries whose coordinate or weight is NaN. |
void |
reset()
Reset the histogram; as if just created. |
abstract void |
scale(double scaleFactor)
Scale the weights by a given factor. |
abstract double |
sumOfWeights()
Get the sum of weights of of all the entries |
| Methods inherited from class hep.aida.ref.histogram.AbstractBaseHistogram |
|---|
annotation, dimension, entries, mapBinNumber, setAnnotation, setTitle, title |
| Methods inherited from class hep.aida.ref.ManagedObject |
|---|
isFillable, name, setFillable, setName, type, typeForClass |
| Methods inherited from class hep.aida.ref.event.AIDAObservable |
|---|
addListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hep.aida.IBaseHistogram |
|---|
annotation, dimension, entries, setTitle, title |
| Methods inherited from interface hep.aida.ref.event.IsObservable |
|---|
addListener, removeAllListeners, removeListener, setValid |
| Methods inherited from interface hep.aida.ref.event.Connectable |
|---|
isConnected, setConnected |
| Field Detail |
|---|
public static final int CLOUD_ARRAY_ENTRIES
| Method Detail |
|---|
public void reset()
reset in interface IBaseHistogramreset in class AbstractBaseHistogrampublic abstract double sumOfWeights()
sumOfWeights in interface ICloudpublic abstract void convertToHistogram()
convertToHistogram in interface ICloudpublic abstract boolean isConverted()
isConverted in interface ICloudtrue if it has been converted.public abstract void scale(double scaleFactor)
scale in interface ICloudscaleFactor - The scale factor.public int maxEntries()
maxEntries in interface ICloudpublic String getOptions()
public void initCloud(int maxEntries,
String options)
public int nanEntries()
AbstractBaseHistogram
nanEntries in interface IBaseHistogramnanEntries in class AbstractBaseHistogram
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||