Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | update event structure. break gpu.GPU class into separate smaller ↵ | Anthony LaTorre | |
independent classes. | |||
2011-08-26 | photon object initializes any arguments not passed when initialized. ↵ | Anthony LaTorre | |
camera.EventViewer uses new fileio.root.RootReader class. | |||
2011-08-19 | add benchmarks for ray intersection and photon propagation | Anthony LaTorre | |
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. |