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:
- hep.aida.dev.IDevManagedObject, hep.aida.IBaseHistogram, hep.aida.IManagedObject, hep.aida.IProfile, Connectable, IsObservable, Serializable
- Direct Known Subclasses:
- Profile1D, Profile2D
public abstract class Profile
- extends AbstractBaseHistogram
- implements hep.aida.IProfile, IsObservable, Serializable
- See Also:
- Serialized Form
Method Summary |
int |
nanEntries()
Number of entries whose coordinate or weight is NaN. |
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
public 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
public Profile(String name,
String title,
int dimension,
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.
jHepWork 3.0 ©