Skip to content
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

Improve DQM beamspot clients #35932

Merged
merged 3 commits into from Nov 2, 2021

Conversation

francescobrivio
Copy link
Contributor

@francescobrivio francescobrivio commented Nov 1, 2021

PR description:

Forward port of #35918

Updates to the Legacy and HLT BeamSpot DQM clients:

  • Fixed the names of the output DQM folder so that the DQM is more clear:
    • 1 folder for BeamMonitorLegacy
    • 1 folder for BeamMonitorLHT
    • previous BeamMonitor folder is removed
  • Added the offline <-> online beamspot swap same as in express and HLT
  • In the BeamSpot Legacy clients I also fixed the pixelTracksTrackingRegions parameters to remove the 2018 HI customization that was left there (thanks @mmusich!). Overall this should increase the number of tracks reconstructed by the Legacy client so that it can fit PVs and eventually the Beamspot.
  • Fixed a typo in the name of the Legacy BeamSpotOnline tag

[Important Note]
This PR contains an additional commit to remove the following customization in the BeamSpot Legacy DQM client:

process.pixelTracksTrackingRegions.RegionPSet.ptMin = 0.1

This customization was used in 12_0_X during PilotBeam 2021 data taking due to the special collision conditions, but should not be applied for standard collision.

PR validation:

Validated with DQM playback system and also during data-taking, see #35918 (comment) and #35918 (comment) for the outcome of the data-taking.

Backport

A backport to 12_0_X is provided in #35918
A backport to 12_1_X is provided in #35935

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 1, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35932/26336

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 1, 2021

A new Pull Request was created by @francescobrivio for master.

It involves the following packages:

  • DQM/Integration (dqm)

@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks.
@threus, @batinkov, @battibass this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@emanueleusai
Copy link
Member

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2021

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-116532/20171/summary.html
COMMIT: fcf791a
CMSSW: CMSSW_12_2_X_2021-11-01-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/35932/20171/install.sh to create a dev area with all the needed externals and cmssw changes.

Unit Tests

I found errors in the following unit tests:

---> test TestDQMServicesDemo had ERRORS

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 42
  • DQMHistoTests: Total histograms compared: 2901890
  • DQMHistoTests: Total failures: 0
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2901868
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 41 files compared)
  • Checked 177 log files, 37 edm output root files, 42 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

jfernan2 commented Nov 2, 2021

please test with #35921

@perrotta
Copy link
Contributor

perrotta commented Nov 2, 2021

please abort
(no need to rerun all tests only to get rid of a unit test error, already fixed in the IB)

@perrotta
Copy link
Contributor

perrotta commented Nov 2, 2021

... unless you @jfernan2 really wanted to test that unit test!
Please let me know if I misunderstood your intentions (and apologize if so)

@jfernan2
Copy link
Contributor

jfernan2 commented Nov 2, 2021

Thanks @perrotta
Since this PR is affecting DQM/Integration where UnitTests are, this was a way to check if this PR was consistent with its backports (beyond an eye inspection from my side), but it is fine, no problem.

@perrotta
Copy link
Contributor

perrotta commented Nov 2, 2021

+1

@jfernan2
Copy link
Contributor

jfernan2 commented Nov 2, 2021

+1
Tested in Online DQM at P5

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2021

This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests.

@perrotta
Copy link
Contributor

perrotta commented Nov 2, 2021

merge

@cmsbuild cmsbuild merged commit 715a334 into cms-sw:master Nov 2, 2021
@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-116532/20190/summary.html
COMMIT: fcf791a
CMSSW: CMSSW_12_2_X_2021-11-02-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/35932/20190/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 42
  • DQMHistoTests: Total histograms compared: 2901890
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2901861
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 41 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 177 log files, 37 edm output root files, 42 DQM output files
  • TriggerResults: no differences found

@francescobrivio francescobrivio deleted the alca-BS_nameFix_12_2_X branch November 3, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants