◆ monitorApproxCluster()
siStripRawPrime::monitorApproxCluster::monitorApproxCluster |
( |
| ) |
|
|
inline |
Definition at line 46 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 59 of file SiStripMonitorApproximateCluster.cc.
References dqm::implementation::IBooker::book1D(), printsummarytable::folder, h_avgCharge_, h_barycenter_, h_charge_, h_isSaturated_, h_passFilter_, h_passPeakFilter_, h_width_, isBooked_, dqm::impl::MonitorElement::setBinLabel(), and dqm::implementation::NavigatorBase::setCurrentFolder().
Referenced by SiStripMonitorApproximateCluster::bookHistograms().
62 ibook.
book1D(
"clusterBarycenter",
"cluster barycenter;cluster barycenter;#clusters", 7680., 0., 7680.);
63 h_width_ = ibook.
book1D(
"clusterWidth",
"cluster width;cluster width;#clusters", 128, -0.5, 127.5);
65 "clusterAvgCharge",
"average strip charge;average strip charge [ADC counts];#clusters", 256, -0.5, 255.5);
68 "clusterCharge",
"total cluster charge;total cluster charge [ADC counts];#clusters", 300, -0.5, 2999.5);
70 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_charge_
dqm::reco::MonitorElement * h_passPeakFilter_
virtual void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
dqm::reco::MonitorElement * h_passFilter_
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()
Definition at line 49 of file SiStripMonitorApproximateCluster.cc.
References SiStripApproximateCluster::avgCharge(), SiStripApproximateCluster::barycenter(), dqm::impl::MonitorElement::Fill(), SiStripApproximateCluster::filter(), h_avgCharge_, h_barycenter_, h_charge_, h_isSaturated_, h_passFilter_, h_passPeakFilter_, h_width_, SiStripApproximateCluster::isSaturated(), SiStripApproximateCluster::peakFilter(), and SiStripApproximateCluster::width().
Referenced by SiStripMonitorApproximateCluster::analyze().
cms_uint8_t width() const
dqm::reco::MonitorElement * h_width_
dqm::reco::MonitorElement * h_barycenter_
dqm::reco::MonitorElement * h_avgCharge_
dqm::reco::MonitorElement * h_charge_
dqm::reco::MonitorElement * h_passPeakFilter_
cms_uint8_t avgCharge() const
dqm::reco::MonitorElement * h_passFilter_
cms_uint16_t barycenter() const
dqm::reco::MonitorElement * h_isSaturated_
◆ isBooked()
bool siStripRawPrime::monitorApproxCluster::isBooked |
( |
| ) |
|
|
inline |
◆ h_avgCharge_
◆ h_barycenter_
◆ h_charge_
◆ h_isSaturated_
◆ h_passFilter_
◆ h_passPeakFilter_
◆ h_width_
◆ isBooked_
bool siStripRawPrime::monitorApproxCluster::isBooked_ |
|
private |