Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | event module is no longer part of generator package | Stan Seibert | |
2011-08-17 | Put the temporary ZeroMQ IPC socket file into /tmp directory. | Stan Seibert | |
2011-08-17 | merge | Stan Seibert | |
2011-08-17 | Switch to ZeroMQ for both directions of communication between | Stan Seibert | |
the GEANT4 processes. Also handle sending the initial particle vertices from a thread in the main process to avoid possible deadlocking if the vertex queues fill up. | |||
2011-08-17 | Switch from multiprocessing.Queue to ZeroMQ push/pull socket for moving ↵ | Stan Seibert | |
photon information around. Improves LBNE performance from 1.4 to 2 Mphotons/sec. | |||
2011-08-17 | merge | Anthony LaTorre | |
2011-08-17 | import chroma modules from subpackages with import chroma.module_name | Anthony LaTorre | |
2011-08-16 | Remove some unused parts of generator/photon.py | Stan Seibert | |
2011-08-16 | Preheat GEANT4 process by running a short event at startup | Stan Seibert | |
2011-08-16 | Refactor sim.py into a reusable Simulation class that is called by the | Stan Seibert | |
main function(). Also cleanup more event data structure names and add an nphoton value that is preserved even if you prune off all the actual photon vertices. | |||
2011-08-16 | Epic restructuring of code to switch to a generator-based style of | Stan Seibert | |
event creation. Now we have vertex generators (that produce initial particles), photon generators (that create photons to propagate), and a standard data structure using Python class containers and numpy arrays to hand around the code. Also cleaned up some naming of things before they become conventions. |