Typedefs | |
typedef dqm::reco::DQMStore | DQMStore |
Functions | |
template<typename... Args> | |
dqm::reco::MonitorElement * | makeProfileIfLog (DQMStore::IBooker &ibook, bool logx, bool logy, Args &&...args) |
template<typename... Args> | |
dqm::reco::MonitorElement * | makeTH1IfLog (DQMStore::IBooker &ibook, bool logx, bool logy, Args &&...args) |
void | setBinLog (TAxis *axis) |
void | setBinLogX (TH1 *h) |
void | setBinLogY (TH1 *h) |
Definition at line 26 of file PrimaryVertexMonitor.h.
dqm::reco::MonitorElement* pvMonitor::makeProfileIfLog | ( | DQMStore::IBooker & | ibook, |
bool | logx, | ||
bool | logy, | ||
Args &&... | args | ||
) |
Definition at line 50 of file PrimaryVertexMonitor.h.
References writedatasetfile::args, dqm::implementation::IBooker::bookProfile(), mergeVDriftHistosByStation::name, setBinLogX(), and setBinLogY().
Referenced by PrimaryVertexMonitor::IPMonitoring::bookIPMonitor().
dqm::reco::MonitorElement* pvMonitor::makeTH1IfLog | ( | DQMStore::IBooker & | ibook, |
bool | logx, | ||
bool | logy, | ||
Args &&... | args | ||
) |
Definition at line 61 of file PrimaryVertexMonitor.h.
References writedatasetfile::args, dqm::implementation::IBooker::book1D(), mergeVDriftHistosByStation::name, setBinLogX(), and setBinLogY().
Referenced by PrimaryVertexMonitor::bookHistograms().
void pvMonitor::setBinLog | ( | TAxis * | axis | ) |
Definition at line 28 of file PrimaryVertexMonitor.h.
References isotrackApplyRegressor::bins, mps_fire::i, and ApeEstimator_cff::width.
Referenced by setBinLogX(), and setBinLogY().
void pvMonitor::setBinLogX | ( | TH1 * | h | ) |
Definition at line 40 of file PrimaryVertexMonitor.h.
References h, and setBinLog().
Referenced by MuonTrackValidator::bookHistograms(), makeProfileIfLog(), and makeTH1IfLog().
void pvMonitor::setBinLogY | ( | TH1 * | h | ) |
Definition at line 44 of file PrimaryVertexMonitor.h.
References h, and setBinLog().
Referenced by makeProfileIfLog(), and makeTH1IfLog().