Public Member Functions | |
void | fill (const math::XYZTLorentzVector &momentum) |
FourVectorMonitorElements (EmDQMReco *_parent, DQMStore::IBooker &iBooker, const std::string &histogramNameTemplate, const std::string &histogramTitleTemplate) | |
Private Attributes | |
MonitorElement * | etaMonitorElement |
MonitorElement * | etMonitorElement |
EmDQMReco * | parent |
MonitorElement * | phiMonitorElement |
a class managing a set of MonitorElements for quantities of a fourvector we want to histogram.
Definition at line 52 of file EmDQMReco.h.
EmDQMReco::FourVectorMonitorElements::FourVectorMonitorElements | ( | EmDQMReco * | _parent, |
DQMStore::IBooker & | iBooker, | ||
const std::string & | histogramNameTemplate, | ||
const std::string & | histogramTitleTemplate | ||
) |
histogramNameTemplate | should be a format string (like used in printf(..) for the histogram NAME where the first s is replaced with et,eta or phi. |
histogramTitleTemplate | should be a format string (see histogramNameTemplate) for the histogram TITLE where the first s is replaced with et,eta or phi. |
Definition at line 48 of file EmDQMReco.cc.
References dqm::implementation::IBooker::book1D(), etaMonitorElement, etMonitorElement, parent, phiMonitorElement, EmDQMReco::plotBins, EmDQMReco::plotEtaMax, EmDQMReco::plotPhiMax, EmDQMReco::plotPtMax, EmDQMReco::plotPtMin, and AlCaHLTBitMon_QueryRunRegistry::string.
void EmDQMReco::FourVectorMonitorElements::fill | ( | const math::XYZTLorentzVector & | momentum | ) |
Definition at line 78 of file EmDQMReco.cc.
|
private |
Definition at line 75 of file EmDQMReco.h.
Referenced by FourVectorMonitorElements().
|
private |
DQM objects (histograms) for the variables to be plotted
Definition at line 74 of file EmDQMReco.h.
Referenced by FourVectorMonitorElements().
|
private |
for accessing the histogramming parameters
Definition at line 71 of file EmDQMReco.h.
Referenced by BeautifulSoup.PageElement::_invert(), FourVectorMonitorElements(), edmIntegrityCheck.PublishToFileSystem::get(), and edmIntegrityCheck.PublishToFileSystem::publish().
|
private |
Definition at line 76 of file EmDQMReco.h.
Referenced by FourVectorMonitorElements().