summaryrefslogtreecommitdiff
path: root/generator
AgeCommit message (Expand)Author
2011-09-16File reorganization to move toward standard python package layoutStan Seibert
2011-09-13mergeStan Seibert
2011-09-12add chroma-sim script. get rid of GPU class; contexts should now be created w...Anthony LaTorre
2011-09-11Add t0 parameters to the vertex generators that set the start timeStan Seibert
2011-09-02update event structure. break gpu.GPU class into separate smaller independent...Anthony LaTorre
2011-08-29add generator which yields drawn randomly from a histogram interpreted as a pdf.Anthony LaTorre
2011-08-26woops! import from wrong module in last commitAnthony LaTorre
2011-08-26vertex.isotropic() yields values from transform.uniform_sphere()Anthony LaTorre
2011-08-20Gar! GEANT4 needs the world volume resized to contain our lone box of material.Stan Seibert
2011-08-20Assign base RNG seed when none is given in G4ParallelGenerator.Stan Seibert
2011-08-20Convenience gun generator when all inputs are constant.Stan Seibert
2011-08-17event module is no longer part of generator packageStan Seibert
2011-08-17Put the temporary ZeroMQ IPC socket file into /tmp directory.Stan Seibert
2011-08-17mergeStan Seibert
2011-08-17Switch to ZeroMQ for both directions of communication betweenStan Seibert
2011-08-17Switch from multiprocessing.Queue to ZeroMQ push/pull socket for moving photo...Stan Seibert
2011-08-17mergeAnthony LaTorre
2011-08-17import chroma modules from subpackages with import chroma.module_nameAnthony LaTorre
2011-08-16Remove some unused parts of generator/photon.pyStan Seibert
2011-08-16Preheat GEANT4 process by running a short event at startupStan Seibert
2011-08-16Refactor sim.py into a reusable Simulation class that is called by theStan Seibert
2011-08-16Epic restructuring of code to switch to a generator-based style ofStan Seibert