Functions | |
AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram | |
AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &dir, const std::string &id, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram | |
AIDA::IHistogram1D * | book (IHistogramSvc *svc, const std::string &dir, const int id, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram |
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 |
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 |
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 |