hep.aida.ref.histogram
Class Profile
java.lang.Object
hep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.histogram.AbstractBaseHistogram
hep.aida.ref.histogram.Profile
- All Implemented Interfaces:
- Connectable, hep.aida.IBaseHistogram, hep.aida.dev.IDevManagedObject, hep.aida.IManagedObject, hep.aida.IProfile, IsObservable
- Direct Known Subclasses:
- Profile1D, Profile2D
- public abstract class Profile
- extends AbstractBaseHistogram
- implements hep.aida.IProfile, IsObservable
- Source Code:
- Profile.java
Methods inherited from class hep.aida.ref.event.AIDAObservable |
addListener, 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.IProfile |
allEntries, extraEntries, maxBinHeight, minBinHeight, sumAllBinHeights, sumBinHeights, sumExtraBinHeights |
Methods inherited from interface hep.aida.IBaseHistogram |
annotation, dimension, entries, reset, setTitle, title |
Profile
protected Profile(String name,
String title,
int dimension)
- Create a new Profile
- Parameters:
name
- The name of the Profile as a ManagedObject.title
- The title of the Profile.dimension
- The dimension of the Profile.
Profile
protected Profile(String name,
String title,
int dimension,
String options)
createEvent
protected EventObject createEvent()
- Overrides:
createEvent
in class AIDAObservable
options
protected String options()
nanEntries
public int nanEntries()
- Description copied from class:
AbstractBaseHistogram
- Number of entries whose coordinate or weight is NaN. Such entries
are counted as allEntries but don't contribute to the statistics.
- Specified by:
nanEntries
in interface hep.aida.IBaseHistogram
- Specified by:
nanEntries
in class AbstractBaseHistogram
- Returns:
- The number of entries whose value or weight is NaN.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.