|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.event.AIDAObservable hep.aida.ref.ManagedObject hep.aida.ref.histogram.AbstractBaseHistogram
Field Summary |
Fields inherited from class hep.aida.ref.ManagedObject |
fillable |
Fields inherited from class hep.aida.ref.event.AIDAObservable |
connectionDidChange, isConnected, isValid |
Constructor Summary | |
AbstractBaseHistogram(String name,
String title,
int dimension)
Creates a new instance of BaseHistogram. |
|
AbstractBaseHistogram(String name,
String title,
int dimension,
String options)
|
Method Summary | |
hep.aida.IAnnotation |
annotation()
Get the IAnnotation associated with the histogram. |
int |
dimension()
Get the dimension of the histogram. |
abstract int |
entries()
Number of in-range entries in the histogram. |
abstract int |
nanEntries()
Number of entries whose coordinate or weight is NaN. |
void |
reset()
Reset the histogram; as if just created. |
void |
setAnnotation(hep.aida.IAnnotation annotation)
|
void |
setTitle(String title)
Set the histogram title. |
String |
title()
Get the histogram title. |
Methods inherited from class hep.aida.ref.ManagedObject |
isFillable, name, setFillable, setName, type |
Methods inherited from class hep.aida.ref.event.AIDAObservable |
addListener, createEvent, fireStateChanged, fireStateChanged, fireStateChanged, isConnected, removeAllListeners, removeListener, setConnected, setIsValidAfterNotify, setValid, setValidForAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.ref.event.Connectable |
isConnected, setConnected |
Constructor Detail |
public AbstractBaseHistogram(String name, String title, int dimension)
name
- The name of the BaseHistogram. See ManagedObject for details.title
- The title of the BaseHistogram.dimension
- The dimension of the BaseHistogram.public AbstractBaseHistogram(String name, String title, int dimension, String options)
Method Detail |
public String title()
title
in interface hep.aida.IBaseHistogram
public void setTitle(String title)
setTitle
in interface hep.aida.IBaseHistogram
title
- The title.public hep.aida.IAnnotation annotation()
annotation
in interface hep.aida.IBaseHistogram
public void setAnnotation(hep.aida.IAnnotation annotation)
public int dimension()
dimension
in interface hep.aida.IBaseHistogram
public void reset()
reset
in interface hep.aida.IBaseHistogram
public abstract int entries()
entries
in interface hep.aida.IBaseHistogram
public abstract int nanEntries()
nanEntries
in interface hep.aida.IBaseHistogram
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |