14 Tk_HM_L = std::make_unique<TkHistoMap>(tkDetMap,
"SiStrip/Histo_Map",
"LowThresh_TkMap", 0.);
16 Tk_HM_H = std::make_unique<TkHistoMap>(tkDetMap,
"SiStrip/Histo_Map",
"HighThresh_TkMap", 0.);
29 for (
const auto det : selectedDetIds) {
35 ModMEs selModME_ = _selModME_;
36 std::vector<uint32_t> DetIds;
44 for (
int istrip = 0; istrip < nStrip; ++istrip) {
55 for (
const auto det : selectedDetIds) {
63 int subdetectorId_ = ((selDetId_ >> 25) & 0x7);
65 if (subdetectorId_ < 3 || subdetectorId_ > 6) {
66 edm::LogError(
"SiStripThresholdDQM") <<
"[SiStripThresholdDQM::fillMEsForLayer] WRONG INPUT : no such "
68 << subdetectorId_ <<
" no folder set!" << std::endl;
76 selME_ = selMEsMapIter_->second;
94 hSummaryOfProfile_name =
97 for (
int istrip = 0; istrip < nStrip; ++istrip) {
123 float meanLowThreshold = 0;
124 float meanHighThreshold = 0;
126 for (
int istrip = 0; istrip < nStrip; ++istrip) {
131 meanLowThreshold = meanLowThreshold / nStrip;
132 meanHighThreshold = meanHighThreshold / nStrip;
139 unsigned int iBin = 0;
140 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
141 if (sameLayerDetIds_[
i] == selDetId_) {
149 Tk_HM_L->fill(selDetId_, meanLowThreshold);
154 Tk_HM_H->fill(selDetId_, meanHighThreshold);