25 const std::string &
title,
26 const int& nchX,
const double& lowX,
const double& highX) {
33 const std::string &
title,
34 const int& nchX,
float *xbinsize){
39 const std::string &
title,
40 const int& nchX,
const double& lowX,
const double& highX,
41 const int& nchY,
const double& lowY,
const double& highY) {
42 return (
dqmStore_->
book2D (name, title, nchX,lowX,highX, nchY, lowY, highY));
48 const std::string &
title,
49 const int& nchX,
float *xbinsize,
50 const int& nchY,
float *ybinsize){
51 return (
dqmStore_->
book2D (name, title,nchX, xbinsize, nchY, ybinsize));
55 const std::string &
title,
56 int nchX,
double lowX,
double highX,
57 int nchY,
double lowY,
double highY) {
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
virtual MonitorElement * bookProfile(const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
virtual MonitorElement * book2D(const std::string &name, const std::string &title, const int &nchX, const double &lowX, const double &highX, const int &nchY, const double &lowY, const double &highY)
virtual MonitorElement * book1D(const std::string &name, const std::string &title, const int &nchX, const double &lowX, const double &highX)
HistoProviderDQM(const std::string &prefix, const std::string &label)
MonitorElement * bookProfile(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const char *option="s")
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
void setDir(const std::string &)
virtual MonitorElement * access(const std::string &name)
void showDirStructure(void) const
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
void setCurrentFolder(const std::string &fullpath)