summaryrefslogtreecommitdiff
path: root/g4gen.py
AgeCommit message (Collapse)Author
2011-08-12G4Generator and sim.py can now generate boosted pi0 decays.Stan Seibert
The ROOT data structure has been extended to allow storage of the individual gamma rays as subtracks.
2011-08-10Set the GEANT4 and CUDA RNG seeds using current time and process ID if not ↵Stan Seibert
set on command line.
2011-08-03GEANT4-based photon vertex generator.Stan Seibert
Propagates a particle through a huge volume of some material and harvest the photon vertices that are created for propagation with Chroma. Relies on a patched version of g4py, plus a local boost.python module that is built at import time if needed. (Does not detect changes to rebuild, however.) Chroma materials can now have a density set, as well as an elemental composition (by weight) that is used by this generator.