-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix orphan sim clusters #47883
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
Fix orphan sim clusters #47883
Conversation
Previously, SimClusters were saved regardless of whether the associated CaloParticle passed the selector criteria. This happened because the DFS traversal and SimCluster population occurred without checking the selector status of the current CaloParticle. As a result, SimClusters belonging to rejected CaloParticles were still saved. This fix ensures that SimClusters are only saved if their corresponding CaloParticle has passed the selection.
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47883/44523
|
|
A new Pull Request was created by @rovere for master. It involves the following packages:
@Moanwar, @civanch, @cmsbuild, @kpedro88, @mdhildreth, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
type ngt |
|
please test |
|
+1 Size: This PR adds an extra 44KB to repository Comparison SummarySummary:
|
|
+1 differences in phase2 WFs are expected. |
|
@cms-sw/upgrade-l2 ping? |
|
+Upgrade |
|
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. @antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Previously,
SimClusterswere saved regardless of whether the associatedCaloParticlepassed the selector criteria. This happened because theDFStraversal and
SimClusterpopulation occurred without checking theselector status of the current
CaloParticle. As a result,SimClustersbelonging to rejected
CaloParticleswere still saved. This fix ensuresthat
SimClustersare only saved if their correspondingCaloParticlehaspassed the selection.
PR validation:
Checked on some
runTheMatrixworkflows and there are no more orphanSimClusters.