-
Notifications
You must be signed in to change notification settings - Fork 31
LGADPulseGeneration -> SiliconPulseGeneration, LGADPulseDigitization -> EICROCDigitization #1778
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
Conversation
With regards to the naming, if the pulse generation is adopted by more than silicon detectors this might be subject to change. By the time you get to the Digitization algorithms these are will be strongly ASIC dependent so here I would change the name to EICROCDigitization or similar |
Name is changed as suggested. |
Capybara summary for PR 1778
|
Please rebase on top of the approved version:
|
…retization class to discretize the pulse into time bins set by electronics clock.
for more information, see https://pre-commit.ci
1af4c27
to
99cb23d
Compare
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 generally good, I have some comments.
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
…Crecon into pr/Silicon-Discretization
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.
LGTM
Briefly, what does this PR introduce?
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?
LGADPulseGeneration class is removed in favor of SiliconPulseGeneration class. Added a SiliconPulseDiscretization class to convert the smooth pulse from SiliconPulseGeneration to it's discretized form with size of time bin set to be equal to that of BTOF LGAD clock cycle.
LGADPulseDigitization is renamed to SiliconPulseDigitization for a unified naming scheme.
Does this PR change default behavior?
BTOF now uses SiliconPulseGeneration.