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
/
test
Age
Commit message (
Expand
)
Author
2021-05-09
more unit test fixes
Andy Mastbaum
2021-05-09
update unit test bvh building
Andy Mastbaum
2021-05-09
add simple bulk reemission
Andy Mastbaum
2021-05-09
Redo node format to include number of children, rather than just leaf bit.
Stan Seibert
2021-05-09
Fix unit test
Stan Seibert
2021-05-09
Simple BVH construction passing the "smoke test"
Stan Seibert
2021-05-09
Simple BVH generator using new infrastructure
Stan Seibert
2021-05-09
Convert bvh module into a package directory.
Stan Seibert
2021-05-09
BVH and BVHLayer classes with unittests.
Stan Seibert
2021-05-09
Basic BVH cache. Further implementation requires creation of BVH class.
Stan Seibert
2021-05-09
Cache class for managing the geometry cache on disk.
Stan Seibert
2021-05-09
Fix the units in test_generator_photon.TestG4ParallelGenerator.test_off_center
Stan Seibert
2021-05-09
Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ...
Stan Seibert
2021-05-09
Write t0 for primary vertex to ROOT file and fix unit test to catch this.
Stan Seibert
2011-10-07
Create a Detector class to hold information about the PMTs in a
Stan Seibert
2011-10-05
Epic port of Chroma from units of meters/seconds/MeV to
Stan Seibert
2011-10-05
Add tlatorre/histogram as a subrepository so that we can use it in the Raylei...
Stan Seibert
2011-09-29
Fix unittest to use new location of vacuum material.
Stan Seibert
2011-09-29
New demo detector for Chroma that is not dependent on any internal experiment...
Stan Seibert
2011-09-17
Module for fitting and evaluating multi-dimensional parabolas
Stan Seibert
2011-09-16
Rename chroma.fileio to chroma.io
Stan Seibert
2011-09-16
Rewrite test_sample_cdf to use a unittest.TestCase class so that the GPU cont...
Stan Seibert
2011-09-16
Modify test_ray_intersection to use __file__ to file location of test standard
Stan Seibert
2011-09-16
Add a srcdir attribute to the chroma.cuda module. This consolidates the calc...
Stan Seibert
2011-09-16
Move CUDA source inside chroma package, rename tests directory to test
Stan Seibert