-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to TRestDetectorReadout #83
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…factoring * origin/lobis-refactoring: [pre-commit.ci] auto fixes from pre-commit.com hooks # Conflicts: # inc/TRestDetectorReadoutModule.h
for more information, see https://pre-commit.ci
I was trying to work out a solution. I think the PR should be split. For instance, I would place the |
In reality the classes do not need to inherit from
So that we can also retrieve the children as a stand-alone metadata structure, using |
Closing in favour of #86 |
While developing a feature request I realised the readout classes have not been worked on for a while and would benefit from some review.
The changes submitted by this PR should not alter the functionality of the classes but instead make the code more consisten with other more recently developed REST-for-Physics code and (implicit) style guidelines.