index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chroma
/
generator
Age
Commit message (
Expand
)
Author
2021-05-09
SetParticleEnergy() requires kinetic energy only, not total energy.
Kevin Wells
2021-05-09
cleanup tests
Anthony LaTorre
2021-05-09
Cast position and direction parameters to appropriately typed ndarrays.
Stan Seibert
2021-05-09
If (0,0,0) passed in for direction vector, constant_particle_gun will pick is...
Stan Seibert
2021-05-09
Silence more GEANT4 output when starting GEANT4 generator processes.
Stan Seibert
2021-05-09
Add an argsort_direction() function to chroma.tools and use it to
Stan Seibert
2021-05-09
Improve startup time in simulation by letting GEANT4 processes initialize in ...
Stan Seibert
2021-05-09
Fix ncorrect argument order to arctan2
Stan Seibert
2021-05-09
Do not use the zmq.Context.instance() method to obtain a ZeroMQ context when ...
Stan Seibert
2021-05-09
Add optional argument to pi0 gun to pick direction of one gamma in rest frame.
Stan Seibert
2021-05-09
Use global per-thread ZeroMQ context rather than make a new one.
Stan Seibert
2021-05-09
constant_particle_gun now can generate pi0 decays
Stan Seibert
2011-10-05
Epic port of Chroma from units of meters/seconds/MeV to
Stan Seibert
2011-09-19
Remove unused imports
Stan Seibert
2011-09-16
Silence annoying GEANT4 warnings and banners during operation.
Stan Seibert
2011-09-16
Fix reference to _g4chroma module
Stan Seibert
2011-09-16
Now use setuptools-built Boost::Python GEANT4 module
Stan Seibert
2011-09-16
Move C++ source to src directory
Stan Seibert
2011-09-16
File reorganization to move toward standard python package layout
Stan Seibert