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 (
Collapse
)
Author
2011-05-18
added some more documentation and a more accurate miniature version of lbne
Anthony LaTorre
2011-05-17
added documentation
Anthony LaTorre
2011-05-16
added stl mesh viewer
Anthony LaTorre
2011-05-16
typo
Anthony LaTorre
2011-05-16
interleave the zvalue bits all at once; big speed improvement in building ↵
Anthony LaTorre
the bounding volume hierarchy
2011-05-16
added 12 inch hamamatsu pmt model
Anthony LaTorre
2011-05-15
added a detector folder to put detector geometries
Anthony LaTorre
2011-05-15
cleanup. fixed tests
Anthony LaTorre
2011-05-15
new geometry class. beginning to implement physics by defining a material ↵
Anthony LaTorre
class; each triangle will have a material linked to both of its sides
2011-05-13
add a miniature lbne model
Anthony LaTorre
2011-05-13
use floats
Anthony LaTorre
2011-05-13
added a bounding volume hierarchy
Anthony LaTorre
2011-05-10
move triangles to mesh
Anthony LaTorre
2011-05-09
single read_stl function for both binary/ascii stl files
Anthony LaTorre
2011-05-09
pull triangle vertices in kernel function
Anthony LaTorre
2011-05-09
small speed improvement by changing the block size
Anthony LaTorre
2011-05-09
improve triangle intersection algorithm by allowing it to terminate early
Anthony LaTorre
2011-05-09
use pixel pointer instead of pixel array
Anthony LaTorre
2011-05-09
slight speed increase
Anthony LaTorre
2011-05-08
print speed; the current kernel is able to render 8844 triangles with ↵
Anthony LaTorre
480,000 photons in roughly 3.5 seconds
2011-05-07
tie fighter
Anthony LaTorre
2011-05-06
triangle mesh intersection, stl reader, stl model of a lego minifigure
Anthony LaTorre
2011-05-06
added unary minus matrix; updated test
Anthony LaTorre
2011-05-06
added unary minus operator for matrix and float3; updated tests
Anthony LaTorre
2011-05-06
added rotations
Anthony LaTorre
2011-05-05
added matrix struct and operations; added matrix tests; switched linear ↵
Anthony LaTorre
algebra operation tests to use nosetests
2011-05-05
finished basic linear algebra operations and tests
Anthony LaTorre
2011-05-05
beginnings of some cuda linear algebra operations and a kernel to test them.
Anthony LaTorre