-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
At the moment we depend on both Geant4 and pyg4ometry (through reboost), this makes our dependency tree quite complex (and we already see the consequence of this while maintaining the conda-forge feedstock).
Since remage does not need pyg4ometry, let's do the simplest thing: duplicate the few reboost pieces that we need in this package and drop that dependency. I would also not rely on build_hit() at all and just iterate over the output file with LH5Iterator. In the long term we can think about another package but this is not needed now.