hep.analysis
Class ProfilePlot

java.lang.Object
  |
  +--hep.analysis.AbstractNamedObject
        |
        +--hep.analysis.Histogram
              |
              +--hep.analysis.ProfilePlot
All Implemented Interfaces:
NamedObject, java.io.Serializable

public class ProfilePlot
extends Histogram

A convenience class for creating a Histogram whose bins contain the mean and rms of the entries in the bin.

See Also:
RMSBinner, Serialized Form

Inner classes inherited from class hep.analysis.NamedObject
NamedObject.RenameException
 
Fields inherited from class hep.analysis.Histogram
m_partition
 
Fields inherited from class hep.analysis.AbstractNamedObject
m_parent
 
Constructor Summary
ProfilePlot(java.lang.String name)
           
ProfilePlot(java.lang.String name, HistogramFolder f)
           
 
Methods inherited from class hep.analysis.Histogram
clear, fill, fill, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, fillW, find, find, getDefaultParent, getEntries, getPartition, getStyle, isClearOnRewind, partitionDestroyedNotify, setClearOnRewind, setPartition, setStyle, show, toString
 
Methods inherited from class hep.analysis.AbstractNamedObject
delete, getFolder, getName, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilePlot

public ProfilePlot(java.lang.String name)

ProfilePlot

public ProfilePlot(java.lang.String name,
                   HistogramFolder f)