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

Add CTPPS record #22152

Merged
merged 10 commits into from Mar 2, 2018
Merged

Add CTPPS record #22152

merged 10 commits into from Mar 2, 2018

Conversation

mommsen
Copy link
Contributor

@mommsen mommsen commented Feb 7, 2018

Implement a new record for CTPPS status information. This information becomes available with version 2 of the softFED 1022 record.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

A new Pull Request was created by @mommsen (Remi Mommsen) for master.

It involves the following packages:

DataFormats/OnlineMetaData
EventFilter/OnlineMetaDataRawToDigi

@mommsen, @perrotta, @cmsbuild, @emeschi, @slava77 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @rovere this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@mommsen
Copy link
Contributor Author

mommsen commented Feb 7, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/25960/console Started: 2018/02/07 21:47


RomanPotNames romanPotNames_ = {{
"RP_45_210_FR_BT",
"RP_45_210_FR_HR",
Copy link
Contributor

Choose a reason for hiding this comment

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

this array could be a static const
same for the statusNames_

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 7, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22152/25960/summary.html

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

  • /build/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-22152/1325.7_TTbar_13_94XNanoAODINPUT+TTbar_13_94XNanoAODINPUT+NANOEDMMC2017+HARVESTNANOAODMC2017

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2466491
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2466321
  • DQMHistoTests: Total skipped: 169
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.06999999999 KiB( 22 files compared)
  • Checked 111 log files, 9 edm output root files, 27 DQM output files

@cmsbuild
Copy link
Contributor

Pull request #22152 was updated. @perrotta, @emeschi, @cmsbuild, @franzoni, @slava77, @mommsen, @fabiocos, @davidlange6 can you please check and sign again.

@mommsen
Copy link
Contributor Author

mommsen commented Feb 27, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 27, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26350/console Started: 2018/02/27 18:39

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22152/26350/summary.html

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

  • /build/cmsbld/jenkins/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-22152/136.8311_RunJetHT2017F_reminiaod+RunJetHT2017F_reminiaod+REMINIAOD_data2017+HARVEST2017_REMINIAOD_data2017

Comparison Summary:

  • No significant changes to the logs found
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2499373
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2499195
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.15000000004 KiB( 23 files compared)
  • Checked 118 log files, 9 edm output root files, 29 DQM output files

@slava77
Copy link
Contributor

slava77 commented Feb 28, 2018

+1

for #22152 d83d12b

  • changes are in line with the PR description and the follow up review:
    • introduced onlineMetaDataDigis producer in the standard workflows (enabled unconditionally)
    • added CTPPS status record
    • made all products produced by onlineMetaDataDigis persisted in standard event contents (pp, HI, and cosmics) in FEVT, RECO, and AOD
    • fixed up the cosmics event content to also keep the TCDS output
  • jenkins tests pass and comparisons with the baseline show no differences (the changes affect only the newly added data products). The PR QA checks confirm that the new products appear in the outputs:
ROOTFileChecks
Change in products found in 25202.0_TTbar_13*/step3.root
    Product added OnlineLuminosityRecord_onlineMetaDataDigis__RECO.
    Product added recoBeamSpot_onlineMetaDataDigis__RECO.
    Product added CTPPSRecord_onlineMetaDataDigis__RECO.
    Product added DCSRecord_onlineMetaDataDigis__RECO.

@mommsen
Copy link
Contributor Author

mommsen commented Mar 1, 2018

+1

@fabiocos
Copy link
Contributor

fabiocos commented Mar 2, 2018

+operations

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 2, 2018

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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

fabiocos commented Mar 2, 2018

+1

@cmsbuild cmsbuild merged commit 58cd6b2 into cms-sw:master Mar 2, 2018
@mommsen mommsen deleted the addCTPPStoFED1022 branch March 2, 2018 11:58
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