Hi,
I have been trying to read PixelCharge, MCParticle data from a root file into python.
I am analysing a large number of events, on the order of a million, at a setup of 6 Timepix detectors.
The method provided as an example in the allpix-squared docu has worked so far, but it is relatively slow.
I am trying to use uproot, but am stuck trying to load or implement the required library
libAllpixObjects.so.
Is there a way to get to the data with uproot ?
If thats not possible, which methods would you recommend to access large datasets with python ?
Something similar has already been tried a few years ago 2020:
unfortunately I have never used uproot myself (yet!) but from what I gather from its documentation, the entire point of it is trying to make loading pre-compiled libraries unnecessary.