Skip to content

Commit

Permalink
Merge pull request #39325 from quark2/GEM-DQMReviveGreenOnLumi-12_5_X
Browse files Browse the repository at this point in the history
Revive the green status on the lumi-based plots in GEM onlineDQM, a backport to 12_5_X
  • Loading branch information
cmsbuild authored Sep 13, 2022
2 parents 75fe478 + 328e6d4 commit 43c3f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DQM/GEM/plugins/GEMDQMHarvester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ void GEMDQMHarvester::createLumiFuncHist(edm::Service<DQMStore> &store,
}
}

nStatusSum &= ~(1 << nBitOcc_); // No need of displaying the digi occupancy
h2Summary->setBinContent(nIdxLumi + 1, nIdxCh, nStatusSum);
if (nMaxBin < nIdxLumi + 1)
nMaxBin = nIdxLumi + 1;
Expand Down

0 comments on commit 43c3f18

Please sign in to comment.