-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: