-
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
Remove duplicate pixels #37559
Remove duplicate pixels #37559
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37559/29301
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
I was also wondering what Concerning the code format checks, I actually ran
so the command apparently did not do anything. The confusing line is
which possibly explains why the code format checks somehow silently failed. I say confusing because I did run |
the message means what it says I think- the commit has a timestamp after the timestamp of the pull request (21:23 vs 21:14). perhaps the computer of @ferencek has the wrong time? |
d50b2f5
to
16ef008
Compare
Thanks, @davidlange6, for catching this. Indeed, the server machine I've been working on had an NTP synchronization turned off for some reason and the system clock drifted forward in time. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37559/29309
|
A new Pull Request was created by @ferencek (Dinko F.) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
Is this one also DO NOT MERGE, like #37496? |
I hope this one is for merging if all tests are successful. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e40131/26705/summary.html Comparison SummarySummary:
|
+1 |
@cms-sw/reconstruction-l2 is there anything still outstanding here? |
Thanks for the updates.
Is this statement in the PR description now outdated? |
it appears you totally missed the discussion at #37559 (comment) and following. Please have a look. |
I did miss it :-/ ...and I was assuming we would not need the duplicate removal for Phase-2, also because the modules are too large to use the same algorithm I implemented for Phase-1 :-( What should we do for Phase-2 then ? |
Thanks for the reminder. @ferencek can the PR description be updated to reflect that discussion? |
IMHO for the time being we should not do anything. |
In the meanwhile this can become an open |
Done. I hope it's fine. |
+reconstruction
|
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR completely removes all duplicate pixels from the clustering step. This is an alternative to #37496 where charges from duplicate pixels are summed up.
No changes are expected in MC samples because duplicate pixels are not expected to appear in simulation. Nevertheless, as discussed below in #37559 (comment) and follow-up comments, it was observed that duplicate pixels actually do appear in Phase 2 MC workflows. If the intention was to add up charges from such duplicate pixels, this is not done even in the current clusterizer code and instead only the last occurrence of a duplicate pixel is taken. Hence, this issue will have to be addressed on the Phase 2 pixel digitizer side.
In the data there could be some tiny differences in case some duplicate pixels appear.
PR validation:
Code compiles :)