-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[NGT] Template LayerClusters associators to support both CaloCluster and PFCluster collections #48995
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
Conversation
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48995/46174
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
5f4b485 to
4892348
Compare
|
A new Pull Request was created by @elenavernazza for master. It involves the following packages:
@Moanwar, @civanch, @cmsbuild, @ctarricone, @gabrielmscampos, @jfernan2, @kpedro88, @mandrenguyen, @mdhildreth, @nothingface0, @rseidita, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
type ngt |
|
test parameters:
|
|
@cmsbuild, please test |
|
-1 Failed Tests: RelVals RelVals
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48995/46353
|
|
Pull request #48995 was updated. @Moanwar, @civanch, @cmsbuild, @kpedro88, @mdhildreth, @srimanob, @subirsarkar can you please check and sign again. |
The conflict was caused by #49054, should be fixed now. |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 220KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
|
@cms-sw/upgrade-l2 @cms-sw/simulation-l2 can you please sign again? The last push was just a rebase. |
|
+Upgrade |
|
+simulation |
|
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. @ftenchini, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
This PR was co-developed by: @bfonta
This PR introduces a templated implementation of the two associators used for TICL validation:
Until now, these associators supported only CaloCluster collection, which is the nominal type used for LayerClusters.
In this PR, the support is extended to PFCluster collections by templating the associator classes and the inherited types.
The changes have been implemented without affecting existing classes functionalities.
Additional protections against invalid
edm::Handleshave been integrated to improve code robustness.A follow-up PR will include a DQM module for the validation of PFClusters making use of the new templated associators.
PR validation:
This PR has been validated by running Phase-2 HLT workflows using:
No failures have been observed.
All protections work as expected when processing data.