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

Saving score as part of AXOL1TL Emulator #45227

Merged
merged 8 commits into from
Jul 15, 2024

Conversation

quinnanm
Copy link
Contributor

PR description:

This adds score-saving to the AXOL1TL software emulation by creating a new "AXOL1TLScore" DataFormat and saving it as an output of the GlobalProducer. It is then saved to the l1 ntuple as a float in the "l1AXOEmuTree". This is enabled by default as a switch in the GlobalProducer "saveAxoScore". This update was presented in the most recent offline sw meeting [1]. No additional dependencies or menu changes are required.

[1] https://indico.cern.ch/event/1426003/#23-axol1tl-emulator

PR validation:

The code was checked with usual cms code checks, and tested by running re-emulation on a test ntuple.

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 please specify to which release cycle the backport is meant for:

This will likely be back ported into 14_0_X

@cmsbuild
Copy link
Contributor

@quinnanm, CMSSW_14_1_X branch is closed for direct updates. cms-bot is going to move this PR to master branch.
In future, please use cmssw master branch to submit your changes.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 15, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45227/40600

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • DataFormats/L1TGlobal (l1)
  • L1Trigger/L1TGlobal (l1)
  • L1Trigger/L1TNtuples (l1)

@aloeliger, @epalencia, @cmsbuild can you please review it and eventually sign? Thanks.
@kreczko, @rovere, @Martin-Grunewald, @dinyar, @missirol, @eyigitba, @thomreis this is something you requested to watch as well.
@rappoccio, @antoniovilela, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

DataFormats/L1TGlobal/src/classes_def.xml Outdated Show resolved Hide resolved
L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc Outdated Show resolved Hide resolved
L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc Outdated Show resolved Hide resolved
L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc Outdated Show resolved Hide resolved
L1Trigger/L1TGlobal/src/GlobalBoard.cc Show resolved Hide resolved
L1Trigger/L1TGlobal/src/GlobalBoard.cc Show resolved Hide resolved
@quinnanm
Copy link
Contributor Author

ok, I added a new commit with the following:

Thanks,
Melissa

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45227/40675

@cmsbuild
Copy link
Contributor

Pull request #45227 was updated. @cmsbuild, @aloeliger, @epalencia can you please check and sign again.

@epalencia
Copy link
Contributor

@quinnanm , does the new model need to be added to external? If so, could you please take care of it?

@quinnanm
Copy link
Contributor Author

@quinnanm , does the new model need to be added to external? If so, could you please take care of it?

Yes, we are working on adding it as a release and separate PR to cms-dist.

@Martin-Grunewald
Copy link
Contributor

What is the status of and timeline for this PR, and its backport to 140X (together with the new model as external)?

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2024

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2024

Pull request #45227 was updated. @aloeliger, @cmsbuild, @epalencia can you please check and sign again.

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 7, 2024

+1

Size: This PR adds an extra 12KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-565b5b/40275/summary.html
COMMIT: d4cba30
CMSSW: CMSSW_14_1_X_2024-07-07-0000/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/45227/40275/install.sh to create a dev area with all the needed externals and cmssw changes.

  • DAS Queries: The DAS query tests failed, see the summary page for details.

Comparison Summary

There are some workflows for which there are errors in the baseline:
29634.911 step 2
The results for the comparisons for these workflows could be incomplete
This means most likely that the IB is having errors in the relvals.The error does NOT come from this pull request

Summary:

  • You potentially removed 22 lines from the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 18 differences found in the comparisons
  • DQMHistoTests: Total files compared: 47
  • DQMHistoTests: Total histograms compared: 3246793
  • DQMHistoTests: Total failures: 850
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3245923
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 46 files compared)
  • Checked 199 log files, 163 edm output root files, 47 DQM output files
  • TriggerResults: no differences found

@Martin-Grunewald
Copy link
Contributor

Looks good to go!

@Martin-Grunewald
Copy link
Contributor

What is the status of signing this PR, and making its backport to 140X ?
@aloeliger @quinnanm

@aloeliger
Copy link
Contributor

@Martin-Grunewald Distracted mostly. If HLT is good with it's status, I'll check again and sign.

@aloeliger
Copy link
Contributor

+l1

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

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 5950987 into cms-sw:master Jul 15, 2024
11 checks passed
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.

10 participants