Support Allpix Squared format #386
Replies: 3 comments 3 replies
-
I think it would make sense to write a nice I/O library which also contains some other related helper functions, don't you think? We try to keep UnROOT small ;) We have a similar I/O library in KM3NeT which uses UnROOT under the hood and hides a couple of complicated streamer logic and branch structures behind easily usable types and functions: https://git.km3net.de/common/KM3io.jl or the GitHub (read-only) mirror https://github.com/KM3NeT/KM3io.jl |
Beta Was this translation helpful? Give feedback.
-
is the output still root files in TTrees? I just haven't heard of that format until today |
Beta Was this translation helpful? Give feedback.
-
BTW, I just found out that examples to convert their format to a flat NTuple do exist. The flat ntuples can be read by UnROOT without any issue. Good! And thank you for clarifying the best practice of having the stramer logic separate from UnROOT! I learned something new :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Allpix Squared is a very common Monte Carlo simulation framework for silicon detectors.
Unfortunately, their output format is not a trivial one, hence one needs to write the custom parser. Since it is a very popular package, can it be possible to integrate the parser in UnROOT?
I'm willing to help if the task is doable by someone who never contributed to this package. Thank you for the good work
Beta Was this translation helpful? Give feedback.
All reactions