LDMX-Software / SimCore

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

Wketchum/genie generator #103

Closed wesketchum closed 7 months ago

wesketchum commented 1 year ago

PR for inclusion of GENIE generation, including storing of GENIE truth information.

Should be included with https://github.com/LDMX-Software/cmake/pull/21.

EinarElen commented 1 year ago

For the new simulator-code, I think it is worth knowing that we have two producers that are doing the simulator work. One is the simulator and the other is the so-called resimulator. They are both derived from the SimulatorBase class so we should make sure to put common code (like adding the genie particles, fillGTruth etc) happens in there and that anything that needs to go directly in the simulator also goes into the resimulator.Looking at how the seeding of the Genie generator is set up I think it will work automatically with the ReSimulator :)

tomeichlersmith commented 7 months ago

As discussed on slack, these changes should not be merged before Wednesday and will be re-applied on the subdirectory in ldmx-sw after Wednesday.