You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a simple filter for podio files, hoping to depend only on podio. I was hoping to write this entirely in python, but there's only a read.py which makes me wonder if writing in python is supported. Would it be possible to include a read_and_write.py example?
The text was updated successfully, but these errors were encountered:
At least currently there is no real mechanism for writing in python. It might be possible to create a ROOTWriter explicitly via the python bindings, but I am not even entirely sure about that since we do not explicitly put it into the podio dictionary.
I'm writing a simple filter for podio files, hoping to depend only on podio. I was hoping to write this entirely in python, but there's only a
read.py
which makes me wonder if writing in python is supported. Would it be possible to include aread_and_write.py
example?The text was updated successfully, but these errors were encountered: