-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update FG HF thresholds to 2022 PbPb #41239
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41239/34965
|
A new Pull Request was created by @stahlleiton (Andre Stahl) for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@Michael-Krohn FYI |
@stahlleiton forgive my ignorance in this matter, but a quick search for the previous |
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. |
Alright. Perfect. Thank you. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19bcdc/31717/summary.html Comparison SummarySummary:
|
+l1 |
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) |
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]) |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41239/35009
|
Pull request #41239 was updated. @epalencia, @cmsbuild, @saumyaphor4252, @aloeliger, @francescobrivio, @cecilecaillol, @tvami can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19bcdc/31764/summary.html Comparison SummarySummary:
|
@perrotta : Are there further changes I should implement in this PR? |
Thank you @stahlleiton |
+l1
|
+alca
|
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) |
@tvami the threshold is updated for the 2022 PbPb emulator: I don't think we have RelVals that test it in the jenkins tests |
+1 |
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