LDMX-Software / ldmx-sw

The Light Dark Matter eXperiment simulation and reconstruction framework.
https://ldmx-software.github.io
GNU General Public License v3.0
22 stars 21 forks source link

Implement loading of events from ROOT back into Geant4 simulation. #90

Closed JeremyMcCormick closed 7 years ago

JeremyMcCormick commented 7 years ago

Should be able to load the ROOT events back into Geant4.

Need flags/commands for specifying which collections should be loaded (hits, particles).

For particles, need some way to tell it which particles to load (e.g. all, only primary, etc.).

JeremyMcCormick commented 7 years ago

Primary particles can be loaded back with the same seeds, so calling this done for now.