All Packages Class Hierarchy This Package Previous Next Index
Interface hep.analysis.peer.HistogramFolderPeer
- public interface HistogramFolderPeer
-
addNotify(HistogramPeer)
-
-
findHistogram(String)
-
-
findHistogramFolder(String)
-
-
removeNotify(HistogramPeer)
-
addNotify
public abstract void addNotify(HistogramPeer h)
removeNotify
public abstract void removeNotify(HistogramPeer h)
findHistogram
public abstract HistogramPeer findHistogram(String name)
findHistogramFolder
public abstract HistogramFolderPeer findHistogramFolder(String name)
All Packages Class Hierarchy This Package Previous Next Index