#include <GEMOfflineDQMBase.h>
|
MonitorElement * | book1D (TString name, TString title, int nbinsx, double xlow, double xup, TString x_title="", TString y_title="Entries") |
|
MonitorElement * | book1D (TString name, TString title, std::vector< double > &x_binning, TString x_title="", TString y_title="Entries") |
|
MonitorElement * | book2D (TString name, TString title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, TString x_title="", TString y_title="") |
|
| BookingHelper (DQMStore::IBooker &ibooker, const TString &name_suffix, const TString &title_suffix) |
|
| ~BookingHelper () |
|
Definition at line 47 of file GEMOfflineDQMBase.h.
◆ BookingHelper()
GEMOfflineDQMBase::BookingHelper::BookingHelper |
( |
DQMStore::IBooker & |
ibooker, |
|
|
const TString & |
name_suffix, |
|
|
const TString & |
title_suffix |
|
) |
| |
|
inline |
◆ ~BookingHelper()
GEMOfflineDQMBase::BookingHelper::~BookingHelper |
( |
| ) |
|
|
inline |
◆ book1D() [1/2]
MonitorElement* GEMOfflineDQMBase::BookingHelper::book1D |
( |
TString |
name, |
|
|
TString |
title, |
|
|
int |
nbinsx, |
|
|
double |
xlow, |
|
|
double |
xup, |
|
|
TString |
x_title = "" , |
|
|
TString |
y_title = "Entries" |
|
) |
| |
|
inline |
◆ book1D() [2/2]
MonitorElement* GEMOfflineDQMBase::BookingHelper::book1D |
( |
TString |
name, |
|
|
TString |
title, |
|
|
std::vector< double > & |
x_binning, |
|
|
TString |
x_title = "" , |
|
|
TString |
y_title = "Entries" |
|
) |
| |
|
inline |
◆ book2D()
MonitorElement* GEMOfflineDQMBase::BookingHelper::book2D |
( |
TString |
name, |
|
|
TString |
title, |
|
|
int |
nbinsx, |
|
|
double |
xlow, |
|
|
double |
xup, |
|
|
int |
nbinsy, |
|
|
double |
ylow, |
|
|
double |
yup, |
|
|
TString |
x_title = "" , |
|
|
TString |
y_title = "" |
|
) |
| |
|
inline |
◆ ibooker_
◆ name_suffix_
const TString GEMOfflineDQMBase::BookingHelper::name_suffix_ |
|
private |
◆ title_suffix_
const TString GEMOfflineDQMBase::BookingHelper::title_suffix_ |
|
private |
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())