-
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
Replace CalorimeterScFiDigi with CalorimeterHitDigi, implement merging at digi step #491
Conversation
It's still a draft, testing on my local copy now. |
Added @veprbl for review, knowing this is still a draft. |
Now it only throws a warning and switches to single-hit digi mode, if a provided field does not exist.
|
4bfe8f4
to
7c6179e
Compare
It 's ready |
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 to me. Waiting for @veprbl's approval.
5add1ea
to
7c6179e
Compare
Please merge, if this is ready. |
Briefly, what does this PR introduce?
It replaces the algorithm CalorimeterScFiDigi with CaloriemterHitDigi because the former breaks the production run of arches configuration.
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?
It should not affect the default use of CalorimeterHitDigi. However, it implements the merging at the digitization step, which can be enabled by using the required parameters.
Does this PR change default behavior?
It should not affect the default use of CalorimeterHitDigi.