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

TkDQM: Add DQM modules for monitoring VectorHits #39962

Merged
merged 4 commits into from Nov 16, 2022

Conversation

sroychow
Copy link
Contributor

@sroychow sroychow commented Nov 2, 2022

PR description:

Work done by @gsaha009 to introduce DQM modules to monitor VectorHits. Two collections of vector hits are monitored - accepted and rejected.

PR validation:

Wf 20834.9 runs fine.

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported

NA

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2022

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39962/32891

  • This PR adds an extra 16KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2022

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39962/32895

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2022

A new Pull Request was created by @sroychow (Suvankar Roy Chowdhury) for master.

It involves the following packages:

  • DQM/SiTrackerPhase2 (dqm)

@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks.
@arossi83, @mmusich, @sroychow this is something you requested to watch as well.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor

mmusich commented Nov 2, 2022

test parameters:

  • relvals_opt= -w upgrade
  • workflows = 20834.9, 21034.9

@mmusich
Copy link
Contributor

mmusich commented Nov 2, 2022

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2022

+1

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

Comparison Summary

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-196d42/20834.9_TTbar_14TeV+2026D88_vectorHits+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HARVESTGlobal+ALCAPhase2
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-196d42/21034.9_TTbar_14TeV+2026D88PU_vectorHits+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTriggerPU+RecoGlobalPU+HARVESTGlobalPU

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3603590
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3603562
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 111329.876 KiB( 49 files compared)
  • DQMHistoSizes: changed ( 20834.9,... ): 27832.469 KiB TrackerPhase2OTVectorHits/Accepted
  • DQMHistoSizes: changed ( 20834.9,... ): 27832.469 KiB TrackerPhase2OTVectorHits/Rejected
  • Checked 215 log files, 52 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

Comment on lines 16 to 23
trackerphase2DQMSource_wVhits = cms.Sequence( pixDigiMon
+ otDigiMon
+rechitMonitorIT
+ clusterMonitorIT
+ clusterMonitorOT
+ acceptedVecHitsmon
+ rejectedVecHitsmon
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
trackerphase2DQMSource_wVhits = cms.Sequence( pixDigiMon
+ otDigiMon
+rechitMonitorIT
+ clusterMonitorIT
+ clusterMonitorOT
+ acceptedVecHitsmon
+ rejectedVecHitsmon
)
trackerphase2DQMSource_wVhits = trackerphase2DQMSource.copy()
trackerphase2DQMSource_wVhits += cms.Sequence(acceptedVecHitsmon +rejectedVecHitsmon)

is more compact and should be equivalent.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2022

Pull request #39962 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2022

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39962/32979

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2022

Pull request #39962 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again.

@mmusich
Copy link
Contributor

mmusich commented Nov 9, 2022

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2022

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-196d42/28923/summary.html
COMMIT: 5ce1b65
CMSSW: CMSSW_12_6_X_2022-11-09-1100/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/39962/28923/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-196d42/20834.9_TTbar_14TeV+2026D88_vectorHits+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HARVESTGlobal+ALCAPhase2
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-196d42/21034.9_TTbar_14TeV+2026D88PU_vectorHits+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTriggerPU+RecoGlobalPU+HARVESTGlobalPU

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3603639
  • DQMHistoTests: Total failures: 3
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3603614
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 111554.922 KiB( 49 files compared)
  • DQMHistoSizes: changed ( 20834.9,... ): 27888.730 KiB TrackerPhase2OTVectorHits/Accepted
  • DQMHistoSizes: changed ( 20834.9,... ): 27888.730 KiB TrackerPhase2OTVectorHits/Rejected
  • Checked 215 log files, 52 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@emanueleusai
Copy link
Member

This adds about 110MB of histogram memory, about 1090 monitoring elements. Are they all necessary?

@mmusich
Copy link
Contributor

mmusich commented Nov 16, 2022

@emanueleusai

This adds about 110MB of histogram memory, about 1090 monitoring elements. Are they all necessary?

These histograms are added only in the workflows running the vector hits reconstruction (a very limited subset of the full matrix, activated by the seedingDeepCore modifier).
They are needed now during the development/commissioning phase and will be removed/merged with the regular OT monitoring once that is over.

@emanueleusai
Copy link
Member

@mmusich thank you very much for the clarification

@emanueleusai
Copy link
Member

+1

@cmsbuild
Copy link
Contributor

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)

@rappoccio
Copy link
Contributor

+1

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