create1D(std::string title, int nBinsx, double xmin, double xmax, int ID)=0 | Anaphe::IHistogramManager | [pure virtual] |
create2D(std::string title, int nBinsx, double xmin, double xmax, int nBinsy, double ymin, double ymax, int ID)=0 | Anaphe::IHistogramManager | [pure virtual] |
deleteHisto(const char *label)=0 | Anaphe::IHistogramManager | [pure virtual] |
disableOverwrite()=0 | Anaphe::IHistogramManager | [pure virtual] |
disableWarnOverwrite()=0 | Anaphe::IHistogramManager | [pure virtual] |
enableOverwrite()=0 | Anaphe::IHistogramManager | [pure virtual] |
enableWarnOverwrite()=0 | Anaphe::IHistogramManager | [pure virtual] |
list(std::ostream &os=std::cout)=0 | Anaphe::IHistogramManager | [pure virtual] |
register1D(IHistogram1D *)=0 | Anaphe::IHistogramManager | [pure virtual] |
register2D(IHistogram2D *)=0 | Anaphe::IHistogramManager | [pure virtual] |
retrieveHisto1D(int)=0 | Anaphe::IHistogramManager | [pure virtual] |
retrieveHisto2D(int)=0 | Anaphe::IHistogramManager | [pure virtual] |
setFactory(IHistoFactory *f)=0 | Anaphe::IHistogramManager | [pure virtual] |
~IHistogramManager() | Anaphe::IHistogramManager | [inline, virtual] |