Add utilities to facilitate the handling of the different I/O formats and related conversions#234
Merged
tmadlener merged 12 commits intokey4hep:mainfrom Apr 29, 2025
Merged
Conversation
1 task
8848962 to
7472f2a
Compare
7472f2a to
ed1b6af
Compare
tmadlener
commented
Apr 28, 2025
Zehvogel
approved these changes
Apr 29, 2025
Contributor
Zehvogel
left a comment
There was a problem hiding this comment.
Thanks! This will be very helpful to clean up the current mess! :)
LGTM, just found two typos ;)
tmadlener
commented
Apr 29, 2025
Co-authored-by: Leonhard Reichenbach <Zehvogel@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
BEGINRELEASENOTES
io_helpers.IOHandlerHelperclass that makes it possible to more easily transparently handle LCIO and EDM4hep inputs and outputs as well as the necessary conversions between them.IOSvcso that thePodioInput,PodioOutputandk4DataSvcare no longer necessary for mixing and matchinginputReadermodule and suggest people to switch to theio_helpersinstead.ENDRELEASENOTES
FYI @saracreates @Zehvogel this might be of interest for you, regarding key4hep/CLDConfig#75
Needs Make the log-level configurable via command line k4FWCore#306 (but could be easily changed to not depend on that)