All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface hep.analysis.peer.HistogramFolderPeer

public interface HistogramFolderPeer

Method Index

 o addNotify(HistogramPeer)
 o findHistogram(String)
 o findHistogramFolder(String)
 o removeNotify(HistogramPeer)

Methods

 o addNotify
 public abstract void addNotify(HistogramPeer h)
 o removeNotify
 public abstract void removeNotify(HistogramPeer h)
 o findHistogram
 public abstract HistogramPeer findHistogram(String name)
 o findHistogramFolder
 public abstract HistogramFolderPeer findHistogramFolder(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index