Skip to content

Commit a873158

Browse files
authored
Merge pull request #47724 from Dongwoon77/GEM_offlineDQMaddcluster_fixed
Update on GEM offlineDQM Cluster plots
2 parents 87ce0e1 + d46c690 commit a873158

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

DQM/GEM/plugins/GEMRecHitSource.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ void GEMRecHitSource::bookHistograms(DQMStore::IBooker& ibooker, edm::Run const&
8484
mapCLSPerCh_ = MEMap4Inf(
8585
this, "cls", "Cluster size of RecHits", nCLSMax_, 0.5, nCLSMax_ + 0.5, 1, 0.5, 1.5, "Cluster size", "iEta");
8686

87-
if (nRunType_ == GEMDQM_RUNTYPE_OFFLINE) {
88-
mapCLSOver5_.TurnOff();
89-
mapCLSPerCh_.TurnOff();
90-
}
91-
9287
if (nRunType_ == GEMDQM_RUNTYPE_RELVAL) {
9388
mapRecHitXY_layer_.TurnOff();
9489
mapCLSAverage_.TurnOff();

0 commit comments

Comments
 (0)