We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714e335 commit d46c690Copy full SHA for d46c690
DQM/GEM/plugins/GEMRecHitSource.cc
@@ -83,7 +83,7 @@ void GEMRecHitSource::bookHistograms(DQMStore::IBooker& ibooker, edm::Run const&
83
84
mapCLSPerCh_ = MEMap4Inf(
85
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_RELVAL) {
88
mapRecHitXY_layer_.TurnOff();
89
mapCLSAverage_.TurnOff();
0 commit comments