cd(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
create1D(std::string title, int nBinsx, double xmin, double xmax, const int ID=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create1D(const HistoParameters1D &par)=0 | Anaphe::IHistoFactory | [pure virtual] |
create1D(const char *label, const char *title, int nBinsx, double xmin, double xmax, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create1DVar(const char *label, const char *title, std::vector< float > binEdge, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create2D(std::string title, int nBinsx, double xmin, double xmax, int nBinsy, double ymin, double ymax, const int ID=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create2D(const HistoParameters2D &par)=0 | Anaphe::IHistoFactory | [pure virtual] |
create2D(const char *label, const char *title, int nBinsx, double xmin, double xmax, int nBinsy, double ymin, double ymax, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create2DVar(const char *label, const char *title, std::vector< float > binEdgeX, std::vector< float > binEdgeY, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
create3D(const char *label, const char *title, int nBinsx, double xmin, double xmax, int nBinsy, double ymin, double ymax, int nBinsz, double zmin, double zmax, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
createProfile(const char *label, const char *title, int nBinsx, double xmin, double xmax, const char *options=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
destroy(IHistogram *h)=0 | Anaphe::IHistogramFactory | [pure virtual] |
dynamic1D(const char *label, const char *title, const int nBinsX)=0 | Anaphe::IHistoFactory | [pure virtual] |
load1D(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
load2D(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
load3D(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
loadProf(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
ls() const=0 | Anaphe::IHistoFactory | [pure virtual] |
mkdir(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
pwd() const=0 | Anaphe::IHistoFactory | [pure virtual] |
rmdir(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
scratchHisto(const char *label)=0 | Anaphe::IHistoFactory | [pure virtual] |
selectStore(const char *store, const char *topDir=0)=0 | Anaphe::IHistoFactory | [pure virtual] |
setManager(IHistoManager *hm)=0 | Anaphe::IHistoFactory | [pure virtual] |
store1D(IHistogram1D *h)=0 | Anaphe::IHistoFactory | [pure virtual] |
store2D(IHistogram2D *h)=0 | Anaphe::IHistoFactory | [pure virtual] |
store3D(IHistogram3D *h)=0 | Anaphe::IHistoFactory | [pure virtual] |
storeProf(IProfileHistogram *h)=0 | Anaphe::IHistoFactory | [pure virtual] |
unregister(IHistogram *h)=0 | Anaphe::IHistogramFactory | [pure virtual] |
~IHistoFactory() | Anaphe::IHistoFactory | [inline, virtual] |
~IHistogramFactory() | Anaphe::IHistogramFactory | [inline, virtual] |