LArSoft/Python library support for ChannelStatusService [1/2]#7
Open
PetrilloAtWork wants to merge 7 commits intoSBNSoftware:developfrom
Open
LArSoft/Python library support for ChannelStatusService [1/2]#7PetrilloAtWork wants to merge 7 commits intoSBNSoftware:developfrom
PetrilloAtWork wants to merge 7 commits intoSBNSoftware:developfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Python libraries for interface to LArSoft has been expanded to support services like
lariov::ChannelStatusService.That includes more flexible logic to guess the configuration key for a service and the option to tell the loader that the service provider is configured in a sub-table of the service configuration.
In addition, some maintenance and bug fixing was sprinkled around, and the whole library has been moved to use
logging(and a local logger) for output to screen instead ofprint().Reviewers:
This PR was "built" against
v10_06_00. Since it's Python, there is no actual build though.This PR is a dependency of SBNSoftware/icarusalg#98 (which also implements an example of how to use the new features for
ChannelStatusService).