summaryrefslogtreecommitdiff
path: root/chroma/generator
AgeCommit message (Expand)Author
2021-05-09SetParticleEnergy() requires kinetic energy only, not total energy.Kevin Wells
2021-05-09cleanup testsAnthony LaTorre
2021-05-09Cast position and direction parameters to appropriately typed ndarrays.Stan Seibert
2021-05-09If (0,0,0) passed in for direction vector, constant_particle_gun will pick is...Stan Seibert
2021-05-09Silence more GEANT4 output when starting GEANT4 generator processes.Stan Seibert
2021-05-09Add an argsort_direction() function to chroma.tools and use it toStan Seibert
2021-05-09Improve startup time in simulation by letting GEANT4 processes initialize in ...Stan Seibert
2021-05-09Fix ncorrect argument order to arctan2Stan Seibert
2021-05-09Do not use the zmq.Context.instance() method to obtain a ZeroMQ context when ...Stan Seibert
2021-05-09Add optional argument to pi0 gun to pick direction of one gamma in rest frame.Stan Seibert
2021-05-09Use global per-thread ZeroMQ context rather than make a new one.Stan Seibert
2021-05-09constant_particle_gun now can generate pi0 decaysStan Seibert
2011-10-05Epic port of Chroma from units of meters/seconds/MeV toStan Seibert
2011-09-19Remove unused importsStan Seibert
2011-09-16Silence annoying GEANT4 warnings and banners during operation.Stan Seibert
2011-09-16Fix reference to _g4chroma moduleStan Seibert
2011-09-16Now use setuptools-built Boost::Python GEANT4 moduleStan Seibert
2011-09-16Move C++ source to src directoryStan Seibert
2011-09-16File reorganization to move toward standard python package layoutStan Seibert