-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add ScintillationGenerator and related data structures #1086
Add ScintillationGenerator and related data structures #1086
Conversation
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.
Looking good, @whokion !
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 good @whokion! I have a few higher-level questions/comments before I look at the details of the generator.
@sethrj, @amandalund, @stognini I do not have a computer node to work on today and will address the rest of review comments later. Sorry about being delayed. |
… ScintillationInput
…umber of photons of the input distribution
614b5d3
to
6276717
Compare
Not sure whether I addressed all review comments (seems that some of earlier comments are disappeared), but please let me know if there are additional comments. Thanks! |
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 @whokion! Just a few more small comments from me.
@sethrj Not sure what the 1 pending check is, but I guess that all review comments are more or less addressed and this MR may be good enough to be merged now. Thanks you all for your review comments and good suggestions! |
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.
Very nice, thanks @whokion! Looks good on my end.
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.
Nice work @whokion !
@sethrj All done. Thanks! |
Nice work! Cross referencing with #886 . |
Add an initial set of codes for generating scintillation photons and related data structures.
This MR adds an initial/minimal set of codes for generating scintillation photons and related data structure - following the earlier work by @amandalund for
CerenvkovGenerator
as closely as possible. Nevertheless, a significant refactoring may be foreseen to consolidate the common code-basis and accommodate future developments for high-levelCerenkov and Scintillation processes.
: