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
Age
Commit message (
Expand
)
Author
2021-05-09
Make the period key cycle between charge, time and hit/no-hit color display i...
Stan Seibert
2021-05-09
Fix silly bug in RootReader.jump_to()
Stan Seibert
2021-05-09
Copy implementation of check_output into our setup.py so it runs on Python 2.6.
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
Allow chroma to be imported on systems without pygame. Good for clusters.
Stan Seibert
2021-05-09
Major overhaul to the way that DAQ and PDF information is accumulated
Stan Seibert
2021-05-09
Add a select function to GPUPhotons to extract a reduced list of photons that...
Stan Seibert
2021-05-09
Use global per-thread ZeroMQ context rather than make a new one.
Stan Seibert
2021-05-09
Minor fixes to doing time & charge PDFs via kernel estimation. Things
Stan Seibert
2021-05-09
OK, we really do need to call the garbage collector this frequently.
Stan Seibert
2021-05-09
Use constant particle gun in chroma-sim so it can generate pi0 events.
Stan Seibert
2021-05-09
constant_particle_gun now can generate pi0 decays
Stan Seibert
2021-05-09
Factor calculation of channel hit probabilities and PDF densities to separate...
Stan Seibert
2021-05-09
Reduce the bin count requirement from 200 to 50.
Stan Seibert
2021-05-09
Clean up hit probability calculation and stop skipping the first entry.
Stan Seibert
2021-05-09
Fix returning from PDF accumulator too soon.
Stan Seibert
2021-05-09
Minor tweaks to install instructons
Stan Seibert
2021-05-09
Add authors and Chroma PDF to index page
Stan Seibert
2021-05-09
Period key in event viewer flips between charge and time display
Stan Seibert
2021-05-09
Fix units when drawing photon vertices
Stan Seibert
2021-05-09
Stop returning the PDF probabilities and put the hit/not hit back into the li...
Stan Seibert
2021-05-09
Add a few more commonly used symbols to: from chroma import *
Stan Seibert
2021-05-09
Update index page in documentation to also work as website.
Stan Seibert
2021-05-09
Tell people to grab Chroma from the Bitbucket repository.
Stan Seibert
2021-05-09
Update version number to 0.1, switch to sphinxdoc style (lighter shades!) and...
Stan Seibert
2021-05-09
Write t0 for primary vertex to ROOT file and fix unit test to catch this.
Stan Seibert
2021-05-09
Mercurial subrepositories don't seem to work enough like SVN externals
Stan Seibert
2021-05-09
Initial import of Chroma from private to public repository.
Stan Seibert
2011-10-11
Stop returning the pdf probabilities and put the hit/not hit back into
Stan Seibert
2011-10-11
Add a few more commonly used symbols to: from chroma import *
Stan Seibert
2011-10-10
Now that solids and channels have separate numbering, we have to map channels...
Stan Seibert
2011-10-08
Add a helper module to the chroma.models directory that takes
Stan Seibert
2011-10-08
Make Camera.build work with anything callable, not just functions. Also make...
Stan Seibert
2011-10-08
Photon history constants in Python.
Stan Seibert
2011-10-07
Speed up remove_duplicate_vertices by a factor of 3.
Stan Seibert
2011-10-07
Rewrite mesh_grid to be less compact but 100x faster.
Stan Seibert
2011-10-07
Speed up Geometry.build() by a large factor when loading from cache.
Stan Seibert
2011-10-07
Make main into a function so we can profile it
Stan Seibert
2011-10-07
Create a Detector class to hold information about the PMTs in a
Stan Seibert
2011-10-05
Missing glass parameter in build_pmt_shell()
Stan Seibert
2011-10-05
Epic port of Chroma from units of meters/seconds/MeV to
Stan Seibert
2011-10-05
Fix floating point exception generated in PyROOT when dealing with no hit cha...
Stan Seibert
2011-10-05
We should not have a .rootlogon.C in version control.
Stan Seibert
2011-10-05
The demo/detector.py module is no longer used.
Stan Seibert
2011-10-05
Chroma no longer requires h5py now that SNO has been factored out into a sepa...
Stan Seibert
2011-10-05
Default values for required arguments in the make.* functions creates confusion.
Stan Seibert
2011-10-05
Add tlatorre/histogram as a subrepository so that we can use it in the Raylei...
Stan Seibert
2011-10-05
Kernel estimation implementation for calculating PDFs at each PMT.
Stan Seibert
2011-10-05
Calling the garbage collector explicitly is very expensive and gets progressi...
Stan Seibert
2011-10-03
Split out CUDA PDF functions into separate .cu file.
Stan Seibert
[prev]
[next]