summaryrefslogtreecommitdiff
path: root/generator/vertex.py
AgeCommit message (Collapse)Author
2011-08-20Convenience gun generator when all inputs are constant.Stan Seibert
2011-08-17import chroma modules from subpackages with import chroma.module_nameAnthony LaTorre
2011-08-16Epic restructuring of code to switch to a generator-based style ofStan 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.