OrcaRootStream(InputStream) will connect to an Orca dispatch source and process incoming C objects. This will have to call out to C, which means wrapping with PyROOT or creating an interface with Cython or the like.
Probably the easiest approach is to take the functions in here:
OrcaRootStream(InputStream)
will connect to an Orca dispatch source and process incoming C objects. This will have to call out to C, which means wrapping with PyROOT or creating an interface with Cython or the like.Probably the easiest approach is to take the functions in here:
https://github.com/mastbaum/pennbuilder/tree/orca/orca
and wrap them with PyROOT.
Unless OrcaRoot has a Python interface already...