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

Update FG HF thresholds to 2022 PbPb #41239

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

stahlleiton
Copy link
Contributor

@stahlleiton stahlleiton commented Mar 31, 2023

PR description:

This PR updates the values of the HF thresholds in the HCAL TP emulator with those used during the 2022 PbPb run (as documented in https://its.cern.ch/jira/browse/CMSLITDPG-1078 ).

PR validation:

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:

@mitaylor @mandrenguyen

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41239/34965

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @stahlleiton (Andre Stahl) for master.

It involves the following packages:

  • SimCalorimetry/HcalTrigPrimProducers (l1)

@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks.
@missirol, @sameasy, @abdoulline, @rovere, @bsunanda 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

@abdoulline
Copy link

@Michael-Krohn FYI

@aloeliger
Copy link
Contributor

@stahlleiton forgive my ignorance in this matter, but a quick search for the previous pp_on_AA shows numerous uses throughout CMSSW including DQM and some patCandidates style configurations. I'm assuming that pp_on_AA_2018 and pp_on_PbPb_run3 are ultimately derivatives of this? This will not cause HCAL TPs to drift out of alignment with DQM (for instance) or anything similar will it?

@stahlleiton
Copy link
Contributor Author

stahlleiton commented Mar 31, 2023

@stahlleiton forgive my ignorance in this matter, but a quick search for the previous pp_on_AA shows numerous uses throughout CMSSW including DQM and some patCandidates style configurations. I'm assuming that pp_on_AA_2018 and pp_on_PbPb_run3 are ultimately derivatives of this? This will not cause HCAL TPs to drift out of alignment with DQM (for instance) or anything similar will it?

Since the era modifiers pp_on_AA_2018 and pp_on_PbPb_run3 are used separately in their corresponding Eras: Run2_2018_pp_on_AA and Run3_pp_on_PbPb, respectively. As long as the correct era is used when using the cmsDriver command, then in principle, the settings should be synchronized across the different processes.

@aloeliger
Copy link
Contributor

Alright. Perfect. Thank you.

@aloeliger
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19bcdc/31717/summary.html
COMMIT: 8ca4e32
CMSSW: CMSSW_13_1_X_2023-03-31-1100/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/41239/31717/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 3 lines to the logs
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3553709
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3553686
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 213 log files, 164 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@aloeliger
Copy link
Contributor

+l1

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 1, 2023

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)

@perrotta
Copy link
Contributor

perrotta commented Apr 1, 2023

Please profit of this PR to remove the explicit type declaration for the modified configuration parameters (safer way to modify module configurations). At the same time, I would suggest (but do not take it as a requirement) to more intuitively group together the modifications corresponding to a given era.

That is, overall:

from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
run2_HCAL_2018.toModify(CaloTPGTranscoder, linearLUTs=True)
run2_HCAL_2018.toModify(HcalTPGCoderULUT, linearLUTs=True)

from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toModify(HcalTPGCoderULUT, applyFixPCC=True)

from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
pp_on_AA_2018.toModify(CaloTPGTranscoder, FG_HF_thresholds = [15, 19])
pp_on_AA_2018.toModify(HcalTPGCoderULUT, FG_HF_thresholds = [15, 19])

from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
pp_on_PbPb_run3.toModify(CaloTPGTranscoder, FG_HF_thresholds = [14, 19])
pp_on_PbPb_run3.toModify(HcalTPGCoderULUT, FG_HF_thresholds = [14, 19])

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 3, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41239/35009

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 3, 2023

Pull request #41239 was updated. @epalencia, @cmsbuild, @saumyaphor4252, @aloeliger, @francescobrivio, @cecilecaillol, @tvami can you please check and sign again.

@aloeliger
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 3, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19bcdc/31764/summary.html
COMMIT: aef6e8c
CMSSW: CMSSW_13_1_X_2023-04-03-1100/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/41239/31764/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 10 lines to the logs
  • Reco comparison results: 9 differences found in the comparisons
  • DQMHistoTests: Total files compared: 47
  • DQMHistoTests: Total histograms compared: 3364817
  • DQMHistoTests: Total failures: 16
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3364779
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 46 files compared)
  • Checked 202 log files, 155 edm output root files, 47 DQM output files
  • TriggerResults: no differences found

@stahlleiton
Copy link
Contributor Author

@perrotta : Are there further changes I should implement in this PR?
If not, I will proceed to synchronize this PR with the corresponding back ports.

@perrotta
Copy link
Contributor

perrotta commented Apr 4, 2023

@perrotta : Are there further changes I should implement in this PR? If not, I will proceed to synchronize this PR with the corresponding back ports.

Thank you @stahlleiton
This is fine with me now.
As soon as @cms-sw/l1-l2 and @cms-sw/alca-l2 signe it again we'll merge in master

@aloeliger
Copy link
Contributor

+l1

  • looks good from my side

@tvami
Copy link
Contributor

tvami commented Apr 4, 2023

+alca

  • the code changes look good
  • there are no diffs in the Jenkins tests, I'm a bit surprised to see that since I expected changes due to the threshold update, @stahlleiton can you please clarify?

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2023

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)

@perrotta
Copy link
Contributor

perrotta commented Apr 4, 2023

@tvami the threshold is updated for the 2022 PbPb emulator: I don't think we have RelVals that test it in the jenkins tests

@perrotta
Copy link
Contributor

perrotta commented Apr 4, 2023

+1

@cmsbuild cmsbuild merged commit a9d6650 into cms-sw:master Apr 4, 2023
@stahlleiton stahlleiton deleted the FH_HF_Update_CMSSW_13_1_0_pre2 branch April 5, 2023 23:26
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.

6 participants