|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
| Functions | |
| GAUDI_API AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist) | 
| helper function to book 1D-histogram  More... | |
| GAUDI_API AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &dir, const std::string &id, const Gaudi::Histo1DDef &hist) | 
| helper function to book 1D-histogram  More... | |
| GAUDI_API AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &dir, const int id, const Gaudi::Histo1DDef &hist) | 
| helper function to book 1D-histogram  More... | |
collection of simple utilities to deal with histograms
| AIDA::IHistogram1D * Gaudi::Histos::book | ( | IHistogramSvc * | svc, | 
| const std::string & | dir, | ||
| const int | id, | ||
| const Gaudi::Histo1DDef & | hist | ||
| ) | 
helper function to book 1D-histogram
| svc | pointer to Histogram Service | 
| dir | directory path in Histogram Data Store | 
| id | historgam identifier | 
| hist | histogram desctription | 
Definition at line 120 of file HistoDef.cpp.
| AIDA::IHistogram1D * Gaudi::Histos::book | ( | IHistogramSvc * | svc, | 
| const std::string & | dir, | ||
| const std::string & | id, | ||
| const Gaudi::Histo1DDef & | hist | ||
| ) | 
helper function to book 1D-histogram
| svc | pointer to Histogram Service | 
| dir | directory path in Histogram Data Store | 
| id | historgam identifier | 
| hist | histogram desctription | 
Definition at line 108 of file HistoDef.cpp.
| AIDA::IHistogram1D * Gaudi::Histos::book | ( | IHistogramSvc * | svc, | 
| const std::string & | path, | ||
| const Gaudi::Histo1DDef & | hist | ||
| ) | 
helper function to book 1D-histogram
| svc | pointer to Histogram Service | 
| path | full path in Histogram Data Store | 
| hist | histogram desctription | 
Definition at line 97 of file HistoDef.cpp.