Skip to content

Commit

Permalink
Revive the green status on the lumi-based plots
Browse files Browse the repository at this point in the history
  • Loading branch information
quark2 committed Sep 7, 2022
1 parent 1701c24 commit 328e6d4
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 328e6d4

Please sign in to comment.