-
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
New PCL Alignment Threshold object in alignment consumers #38273
New PCL Alignment Threshold object in alignment consumers #38273
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38273/30424
|
A new Pull Request was created by @dmeuser for master. 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 |
type trk |
Ok, let's test this as it is now, and then we should provide this Rcd from the GT in a follow-up. This we can do after the L1T changes have been in the GT (so 2-3 more days) |
test parameters:
|
@cmsbuild , please test |
I think that's not true. I can add it with admin rights, this is what I did Please confirm that's the correct matching. |
this used to be the case in order to protect wrong requests of record on releases that don't support yet new records. |
@mmusich , would you mind expanding on why this is an unwelcome feature? |
because it can lead the users (and the conveners unintentionally) to create broken global tags for the intended target queue. |
OK the pre-release comes out today, so we can wait with this until tomorrow. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-edcbe3/25344/summary.html Comparison SummarySummary:
|
@cms-sw/alca-l2 I see that the 12_5_0_pre2 build is ready. |
it is meant for at least 12_4_X |
Yes, so that's the grammar that confused me for #38297 (comment) Ok, let's agree that this is for 12_4_X then |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38273/30539
|
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-edcbe3/25473/summary.html Comparison SummarySummary:
|
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@tvami done |
+1 |
PR description:
This PR is the second step towards using a higher granularity (HG) for the pixel alignment in the PCL, following #38195, where the new alignment threshold object was introduced. In this PR the consumer in the
Alignment
package are adapted to use the new threshold object.In detail the following changes have been made:
AlignPCLThresholds
toAlignPCLThresholdsHG
in the consumer code of theAlignment
packageSiPixelAliThresholdsHG_offline_v0
andSiPixelAliThresholdsHG_express_v0
PR validation:
The PR was tested and validated using
runTheMatrix -l 1001.0
Upcoming PRs:
This PR will be followed by one additional PR, which will introduces the changes needed to run and store the HG alignment
New GlobalTags:
The new GTs are
124X_dataRun2_v2
124X_dataRun2_relval_v2
124X_dataRun2_HEfail_v2
124X_dataRun3_v3
124X_dataRun3_relval_v3
124X_dataRun3_Express_frozen_v1
124X_dataRun2_PromptLike_HI_v1
124X_dataRun3_Prompt_frozen_v1
where the frozen GTs are the snapshotter versions of the newly created
124X_dataRun3_Express_v1
124X_dataRun3_Prompt_v1
The snapshot time is
2022-06-09 20:00:00 (UTC)
The diffs
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/124X_dataRun2_v1/124X_dataRun2_v2
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/124X_dataRun2_relval_v1/124X_dataRun2_relval_v2
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/124X_dataRun2_HEfail_v1/124X_dataRun2_HEfail_v2
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/124X_dataRun3_v2/124X_dataRun3_v3
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/124X_dataRun3_relval_v2/124X_dataRun3_relval_v3
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/123X_dataRun3_Express_frozen_v4/124X_dataRun3_Express_frozen_v1
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/123X_dataRun2_PromptLike_HI_v3/124X_dataRun2_PromptLike_HI_v1
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/123X_dataRun3_Prompt_frozen_v4/124X_dataRun3_Prompt_frozen_v1
cc:
@mmusich, @connorpa, @antoniovagnerini, @consuegs