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, IBaseHistogram, IManagedObject, IProfile, Connectable, IsObservable, Serializable
- Direct Known Subclasses:
- Profile1D, Profile2D
public abstract class Profile
- extends AbstractBaseHistogram
- implements IProfile, IsObservable, Serializable
- See Also:
- Serialized Form
|
Method Summary |
int |
nanEntries()
Number of entries whose coordinate or weight is NaN. |
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 IBaseHistogram- Specified by:
nanEntries in class AbstractBaseHistogram
- Returns:
- The number of entries whose value or weight is NaN.
jHepWork 3.2 © jWork.org