-
Notifications
You must be signed in to change notification settings - Fork 86
Pile-up #706
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
base: master
Are you sure you want to change the base?
Pile-up #706
Conversation
1ef304f to
4a869c7
Compare
|
Hello @kochebina, @dsarrut, @nkrah, I spent some time lately finishing the pile-up implementation. It is intended to work in the same way as the pile-up functionality in GATE 9. Since it was my first time writing an Actor, it would be good if you could check in the code that it is done correctly. I still need to add documentation. |
|
Thanks a lot Gert! I switch to PR #854 to allow modifications |
… deposited energy
…es of singles after pile-up
…irst digi, sum of energy of all digis, energy-weighted position of all digis, other attributes from highest-energy digi
|
@dsarrut @kochebina @tbaudier The pile-up actor has been reworked to use GateDigiCollection internally, time-sorting has been added prior to pile-up, and the documentation is updated. It is ready for review. |
Hello @kochebina, @dsarrut, @nkrah, I started off with creating an actor that for now does nothing more than pass singles unchanged, and check that it works in a test. Next step will be to figure out how to "remember" singles and combine them as needed, so that this actor works the same as the pile-up functionality in GATE 9. If you any feedback on this already (e.g. concerning naming), please let me know.