-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove stripTrackerHVOn check for BeamSpotLegacy client #41875
Remove stripTrackerHVOn check for BeamSpotLegacy client #41875
Conversation
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41875/35790
|
A new Pull Request was created by @francescobrivio for master. It involves the following packages:
@nothingface0, @emanueleusai, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3f40b8/32995/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Recently we had an issue in Fill 8860 when the
TEC-
DCS bit was marked as HV OFF (see here) because the ON channels were 95% as far as I understood (and the majority is set to 98% of channels).Hence the BeamSpot was not computed by the neither of the clients for the affected runs, see here.
We also realized that, since the
beam
client (BeamSpotLegacy) is only relying on pixel tracks and vertices, this check is not only useless, but actually detrimental in cases like this.This PR removes the check on the SiStrip HV for the
beam
DQM BeamSpot client.PR validation:
Running this command:
before the fix leads to (no BeamSpot):
While after this PR the BeamSpot is computed:
Backport:
Not a backport. Backports to 13_1_X and 13_2_X are available in:
FYI @mmusich @dzuolo @gennai @lguzzi