Skip to content

Commit 714e335

Browse files
committed
fixed the code line and make new PR
1 parent 9c6c106 commit 714e335

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

DQM/GEM/plugins/GEMRecHitSource.cc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,7 @@ void GEMRecHitSource::bookHistograms(DQMStore::IBooker& ibooker, edm::Run const&
8383

8484
mapCLSPerCh_ = MEMap4Inf(
8585
this, "cls", "Cluster size of RecHits", nCLSMax_, 0.5, nCLSMax_ + 0.5, 1, 0.5, 1.5, "Cluster size", "iEta");
86-
/*
87-
if (nRunType_ == GEMDQM_RUNTYPE_OFFLINE) {
88-
mapCLSOver5_.TurnOff();
89-
mapCLSPerCh_.TurnOff();
90-
}
91-
*/
86+
9287
if (nRunType_ == GEMDQM_RUNTYPE_RELVAL) {
9388
mapRecHitXY_layer_.TurnOff();
9489
mapCLSAverage_.TurnOff();

0 commit comments

Comments
 (0)