![]() |
![]() |
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 51 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(..) or boost::format(..) 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.
void EmDQMReco::FourVectorMonitorElements::fill | ( | const math::XYZTLorentzVector & | momentum | ) |
Definition at line 90 of file EmDQMReco.cc.
|
private |
Definition at line 74 of file EmDQMReco.h.
|
private |
DQM objects (histograms) for the variables to be plotted
Definition at line 73 of file EmDQMReco.h.
|
private |
for accessing the histogramming parameters
Definition at line 70 of file EmDQMReco.h.
Referenced by Vispa.Gui.ZoomableScrollableWidgetOwner.ZoomableScrollableWidgetOwner::autosizeScrollArea(), Vispa.Share.ImageExporter.ImageExporter::exportImageDialog(), Vispa.Views.WidgetView.WidgetView::restoreSelection(), and Vispa.Views.WidgetView.WidgetView::select().
|
private |
Definition at line 75 of file EmDQMReco.h.