LDMX-Software / SimCore

Integration of Geant4 simulation framework into a more generalized event processing framework.
2 stars 0 forks source link

Framework bump rm event def #111

Closed tomeichlersmith closed 9 months ago

tomeichlersmith commented 9 months ago

https://github.com/LDMX-Software/ldmx-sw/pull/1251 for context.

Refactoring of the dictionary building infrastructure removed the EventDef.h header. This PR just removes that header and includes the specific event objects needed for the processors instead.

In addition, I remove the RootSimFromEcalSP generator for the following reasons. In general, I think it would be better to start from scratch, perhaps with a modification to the ReSimulator rather than using a generator with the plain simulator.