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

Modernize TriggerNames #32528

Merged
merged 1 commit into from Dec 19, 2020
Merged

Modernize TriggerNames #32528

merged 1 commit into from Dec 19, 2020

Conversation

Dr15Jones
Copy link
Contributor

PR description:

  • Use more memory efficient data structure
  • Avoid storing duplicate information to ROOT files
  • Avoid a problem with std::vector::size_type on some compilers by just using std::size_t
  • Added unit test

PR validation:

Code compiles and new unit tests pass.

- Use more memory efficient data structure
- Avoid storing duplicate information to ROOT files
- Avoid a problem with std::vector::size_type on some compilers by just using std::size_t
- Added unit test
@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32528/20480

  • This PR adds an extra 16KB to repository

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

FWCore/Common

@makortel, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks.
@makortel, @wddgit this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@makortel
Copy link
Contributor

(for future reference)

  • Avoid a problem with std::vector::size_type on some compilers by just using std::size_t

Works around #32497.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7cc315/11774/summary.html
CMSSW: CMSSW_11_3_X_2020-12-17-1100/slc7_amd64_gcc900

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7cc315/11774/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7cc315/11774/git-merge-result

DAS Queries failed

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 7 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2716967
  • DQMHistoTests: Total failures: 1991
  • DQMHistoTests: Total nulls: 10838
  • DQMHistoTests: Total successes: 2704116
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -31163.906 KiB( 35 files compared)
  • DQMHistoSizes: changed ( 10024.0,... ): -1170.781 KiB Tracking/Track
  • DQMHistoSizes: changed ( 10024.0,... ): -421.006 KiB Tracking/TrackTPPtLess09
  • DQMHistoSizes: changed ( 10024.0,... ): -98.438 KiB Tracking/TrackBuilding
  • DQMHistoSizes: changed ( 10024.0,... ): -28.125 KiB Tracking/TrackFromPV
  • DQMHistoSizes: changed ( 10024.0,... ): -28.125 KiB Tracking/TrackConversion
  • DQMHistoSizes: changed ( 10024.0,... ): -23.438 KiB Tracking/TrackFromPVAllTP
  • DQMHistoSizes: changed ( 10024.0,... ): -14.062 KiB Tracking/TrackAllTPEffic
  • DQMHistoSizes: changed ( 10024.0,... ): -7.031 KiB Tracking/TrackGsf
  • DQMHistoSizes: changed ( 11624.911,... ): -49.219 KiB HLT/Tracking
  • DQMHistoSizes: changed ( 11624.911,... ): -28.125 KiB HLT/Muon
  • DQMHistoSizes: changed ( 11624.911 ): ...
  • Checked 153 log files, 37 edm output root files, 36 DQM output files

@makortel
Copy link
Contributor

I'm fine with the changes, but would like to see cleaner comparisons with the next IB (and hence not restarting the tests yet).

@makortel
Copy link
Contributor

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7cc315/11794/summary.html
CMSSW: CMSSW_11_3_X_2020-12-18-1100/slc7_amd64_gcc900

DAS Queries failed

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 7 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2716967
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2716932
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 35 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 153 log files, 37 edm output root files, 36 DQM output files

@makortel
Copy link
Contributor

+1

Reported differences are in messages

@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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Dec 19, 2020

+1

@cmsbuild cmsbuild merged commit b15ddd0 into cms-sw:master Dec 19, 2020
@Dr15Jones Dr15Jones deleted the updateTriggerNames branch January 4, 2021 20:11
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

4 participants