Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | update event structure. break gpu.GPU class into separate smaller ↵ | Anthony LaTorre | |
independent classes. | |||
2011-08-29 | add generator which yields drawn randomly from a histogram interpreted as a pdf. | Anthony LaTorre | |
2011-08-26 | woops! import from wrong module in last commit | Anthony LaTorre | |
2011-08-26 | vertex.isotropic() yields values from transform.uniform_sphere() | Anthony LaTorre | |
2011-08-20 | Convenience gun generator when all inputs are constant. | Stan Seibert | |
2011-08-17 | import chroma modules from subpackages with import chroma.module_name | Anthony LaTorre | |
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. |