-
Notifications
You must be signed in to change notification settings - Fork 60
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
Frames API to write collection metadata? #407
Comments
6 tasks
Not yet as conveniently, I am afraid. We are planning to have comparable functionality, but we are not yet entirely sure how to best implement it. The two ideas that we have in mind are along these lines:
template<typename T>
auto getCollectionParameter(const std::string& parName, const podio::CollectionBase& coll);
|
actually this is currently a blocker for the Frame migration in k4FWCore. |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It used to be possible to write metadata for collections with
EventStore
:podio/tests/write_test.h
Lines 92 to 93 in c7328d6
Is there a way to do this for Frames?
The text was updated successfully, but these errors were encountered: