The Gaudi Framework
v30r3 (a5ef0a68)
|
collection of simple utilities to deal with histograms More...
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 & | 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 95 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 107 of file HistoDef.cpp.
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.