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
Age
Commit message (
Expand
)
Author
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
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
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
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
The demo/detector.py module is no longer used.
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
2011-10-03
Output device usage to logger.
Stan Seibert
2011-10-03
Create a chroma.log module that provides the default logger object for
Stan Seibert
2011-09-30
Test if root.C classes have been loaded before loading in root.py. Prevents ...
Stan Seibert
2011-09-30
ROOT sucks and the TApplication object created by PyROOT interprets
Stan Seibert
2011-09-29
Allow loading of bzip2 compressed binary stl files and reduce size of the mod...
Stan Seibert
2011-09-29
Removing portal gun models to shrink the package
Stan Seibert
2011-09-29
Move checkerboard into demo package
Stan Seibert
2011-09-29
Remove MiniCLEAN
Stan Seibert
2011-09-29
Abolish chroma.optics. Material properties are entirely detector
Stan Seibert
2011-09-29
Fix imports in __init__.py
Stan Seibert
2011-09-29
New demo detector for Chroma that is not dependent on any internal experiment...
Stan Seibert
2011-09-28
Remove SNO+ detector. Now in separate repository.
Stan Seibert
2011-09-28
Remove LBNE detector
Stan Seibert
2011-09-20
Fix bug printing output movie filename
Stan Seibert
2011-09-19
Forgot to import chroma.gpu.render in gpu/__init__.py
Stan Seibert
2011-09-19
Remove unused imports
Stan Seibert
2011-09-17
Split up chroma.gpu into separate modules. chroma.gpu.__init__ imports every...
Stan Seibert
2011-09-17
Module for fitting and evaluating multi-dimensional parabolas
Stan Seibert
2011-09-17
.chroma directory is now used to build the ROOT shared library describing the...
Stan Seibert
2011-09-16
Rename chroma.fileio to chroma.io
Stan Seibert
2011-09-16
Silence annoying GEANT4 warnings and banners during operation.
Stan Seibert
2011-09-16
Remove executable flag from camera.py and sim.py, which are no longer scripts.
Stan Seibert
[prev]
[next]