◆ monitorApproxCluster()
siStripRawPrime::monitorApproxCluster::monitorApproxCluster |
( |
| ) |
|
|
inline |
Definition at line 41 of file SiStripMonitorApproximateCluster.cc.
dqm::reco::MonitorElement * h_width_
dqm::reco::MonitorElement * h_barycenter_
dqm::reco::MonitorElement * h_avgCharge_
dqm::reco::MonitorElement * h_isSaturated_
◆ book()
Definition at line 51 of file SiStripMonitorApproximateCluster.cc.
References dqm::implementation::IBooker::book1D(), printsummarytable::folder, dqm::impl::MonitorElement::getTH1F(), h_avgCharge_, h_barycenter_, h_isSaturated_, h_width_, isBooked_, and dqm::implementation::NavigatorBase::setCurrentFolder().
Referenced by SiStripMonitorApproximateCluster::bookHistograms().
54 ibook.
book1D(
"clusterBarycenter",
"cluster barycenter;cluster barycenter;#clusters", 7680., 0., 7680.);
55 h_width_ = ibook.
book1D(
"clusterWidth",
"cluster width;cluster width;#clusters", 128, -0.5, 127.5);
57 ibook.
book1D(
"clusterAvgCharge",
"average strip charge;average strip charge;#clusters", 256, -0.5, 255.5);
58 h_isSaturated_ = ibook.
book1D(
"clusterSaturation",
"cluster saturation;is saturated?;#clusters", 3, -1.5, 1.5);
virtual void setCurrentFolder(std::string const &fullpath)
dqm::reco::MonitorElement * h_width_
dqm::reco::MonitorElement * h_barycenter_
dqm::reco::MonitorElement * h_avgCharge_
dqm::reco::MonitorElement * h_isSaturated_
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
◆ fill()
◆ isBooked()
bool siStripRawPrime::monitorApproxCluster::isBooked |
( |
| ) |
|
|
inline |
◆ h_avgCharge_
◆ h_barycenter_
◆ h_isSaturated_
◆ h_width_
◆ isBooked_
bool siStripRawPrime::monitorApproxCluster::isBooked_ |
|
private |