-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: produce *RawHitAssociations in CalorimeterHitDigi #1601
Conversation
Capybara summary for PR 1601 |
3fb5b8b
to
8c0cd6c
Compare
Diffs look sensible, asides from digitization randomization. EcalBarrelImagingRawHitAssociations (non-merged hits, each raw hit has single sim hit with weight 1) EcalBarrelScFiRawHitAssociations (merged hits, each raw hit composed of many sim hits with weight << 1) |
c0efaed
to
c19fc5d
Compare
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great.
Briefly, what does this PR introduce?
This PR modifies CalorimeterHitDigi to produce raw hit associations (i.e. assocations from raw hits back to sim hits, and then from there MCParticles). The weighting is done based on total energy, and only non-trivial when merging hits.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No.
Does this PR change default behavior?
No.