-
Notifications
You must be signed in to change notification settings - Fork 30
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
Lambda reconstruction in ZDC #1731
base: main
Are you sure you want to change the base?
Conversation
separate collection for single-neutron recon in ZDC
added single-neutron reconstruction back in (under "stand alone").
for more information, see https://pre-commit.ci
separate collection for single-neutron recon in ZDC
added single-neutron reconstruction back in (under "stand alone").
for more information, see https://pre-commit.ci
Capybara summary for PR 1731
|
<math.h> to <cmath>
Co-authored-by: Dmitry Kalinkin <[email protected]>
Co-authored-by: Dmitry Kalinkin <[email protected]>
for more information, see https://pre-commit.ci
@wdconinc @veprbl @ruse-traveler , thanks for the feedback. If you are satisfied, I would like to get this pull request finished so that I can follow through with a pull request on detector_benchmarks which is dependent on these changes. |
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.
This is looking good! We still need to settle how to handle the decay products, but beyond that I only have a couple of super minor suggestions.
So once the decay product question is resolved, I think this will be ready to merge!
@@ -5,6 +5,7 @@ | |||
#include <edm4eic/MCRecoParticleAssociationCollection.h> | |||
#include <edm4eic/ReconstructedParticleCollection.h> | |||
#include <edm4hep/MCParticleCollection.h> | |||
#include <edm4hep/Vector3f.h> |
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.
Hmmm... This might need another rebase...
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.
Iwyu told me to make this change if I remember correctly
Co-authored-by: Derek M Anderson <[email protected]>
Co-authored-by: Derek M Anderson <[email protected]>
Co-authored-by: Derek M Anderson <[email protected]>
Co-authored-by: Derek M Anderson <[email protected]>
Briefly, what does this PR introduce?
Reconstruction of Lambda baryons using the ZDC. Also includes functionality to reconstruction photons and neutrons in the ZDC and distinguish between them.
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?
Yes. Adds two new algorithms (one for photon and neutron recon in the ZDC, and a second to find/fit lambda candidates from these particles).