-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[12_3_X] Add EGM HLT tags to data GTs and introduce fixed snapshot in online GTs #37883
[12_3_X] Add EGM HLT tags to data GTs and introduce fixed snapshot in online GTs #37883
Conversation
A new Pull Request was created by @francescobrivio for CMSSW_12_3_X. It involves the following packages:
@cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
backport of #37870 |
test parameters:
|
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-99f6a3/24571/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+alca |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Backport of #37870
This PR is a follow-up of PR #37557. As agreed here, the EGM supercluster regression for HLT was included also in the Run3 offline GTs (
auto:run3_data
andauto:run3_data_relval
) and to the Prompt GT.The tags included in the GTs are:
Label:
pfscecal_EBCorrection_online
, Tag:pfscecal_EBCorrection_hlt_v1
Label:
pfscecal_EBUncertainty_online
, Tag:pfscecal_EBUncertainty_hlt_v1
Label:
pfscecal_EECorrection_online
, Tag:pfscecal_EECorrection_hlt_v1
Label:
pfscecal_EEUncertainty_online
, Tag:pfscecal_EEUncertainty_hlt_v1
We also take the chance to do a forward port of PR #37670 on what concerns the revival of an AlCaDB policy of not having any GT with an infinite snapshot in autoCond.py. The new GTs with fixed snapshot are:
123X_dataRun3_HLT_frozen_v2
,123X_dataRun3_Express_frozen_v1
and123X_dataRun3_Prompt_frozen_v1
.The differences in GTs are shown below.
run3_hlt
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts//123X_dataRun3_HLT_frozen_v1/123X_dataRun3_HLT_v7
run3_data_express
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts//123X_dataRun3_Express_frozen_v1/123X_dataRun3_Express_v5
run3_data_prompt
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts//123X_dataRun3_Prompt_frozen_v1/123X_dataRun3_Prompt_v7
run3_data
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts//123X_dataRun3_v5/123X_dataRun3_v4
run3_data_relval
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts//123X_dataRun3_relval_v4/123X_dataRun3_relval_v3
PR validation:
Validated with
runTheMatrix.py -l 138.4,138.3,136.897 --ibeos -j16
Backport:
Backport of #37870
Forwardport of #37670