Skip to content

Commit

Permalink
Merge pull request #9408 from fioriNTU/from-CMSSW_7_4_2
Browse files Browse the repository at this point in the history
SiStrip summary report back to old shape
  • Loading branch information
cmsbuild committed Jun 10, 2015
2 parents 0b4337a + 9ac78ba commit 2816774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DQM/SiStripMonitorClient/src/SiStripQualityChecker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ void SiStripQualityChecker::fillSubDetStatus(DQMStore* dqm_store,
std::string dname = (*ic);
if (dname.find("BadModuleList") != std::string::npos) continue;
std::vector<MonitorElement*> meVec;
if (dname.find("ring") !=std::string::npos) continue;

ybin++;
dqm_store->cd((*ic));
meVec = dqm_store->getContents((*ic));
Expand Down

0 comments on commit 2816774

Please sign in to comment.