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
2011-09-29
Fix unittest to use new location of vacuum material.
Stan Seibert
2011-09-29
Abolish chroma.optics. Material properties are entirely detector
Stan Seibert
2011-09-29
Command line options to start the Python debugger on crash.
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-26
Fix indentation in chroma-sim and allow detector name to have multiple dots.
Stan Seibert
2011-09-20
Change module import method to allow loading a detector from multi-level modu...
Stan Seibert
2011-09-20
Fix bug printing output movie filename
Stan Seibert
2011-09-19
Chroma installation guide.
Stan Seibert
2011-09-19
merge relayout branch
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-17
BSD license
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
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
2011-09-16
Add a srcdir attribute to the chroma.cuda module. This consolidates the calc...
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
Update functions to look in chroma/cuda directory for CUDA source
Stan Seibert
2011-09-16
Start of setuptools setup.py
Stan Seibert
2011-09-16
Ignore files generated by setuptools
Stan Seibert
2011-09-16
Move C++ source to src directory
Stan Seibert
2011-09-16
Move CUDA source inside chroma package, rename tests directory to test
Stan Seibert
2011-09-16
File reorganization to move toward standard python package layout
Stan Seibert
2011-09-16
remove old spnav module
Stan Seibert
2011-09-16
Switch to now published spnav module rather than internal copy.
Stan Seibert
2011-09-13
Now you can run benchmark with a list of test names at the command line to on...
Stan Seibert
2011-09-13
Set better defaults for likelihood calculation.
Stan Seibert
2011-09-13
merge
Stan Seibert
2011-09-13
Benchmark to test speed of pdf_eval accumulation
Stan Seibert
2011-09-12
add chroma-sim script. get rid of GPU class; contexts should now be created w...
Anthony LaTorre
2011-09-12
fix space navigator controls.
Anthony LaTorre
2011-09-11
remove #include.
Anthony LaTorre
2011-09-11
Add t0 parameters to the vertex generators that set the start time
Stan Seibert
2011-09-11
speedup triangle intersection by reducing STACK_SIZE.
Anthony LaTorre
2011-09-11
correctly check cuda initialization in create_cuda_context().
Anthony LaTorre
2011-09-10
store geometry struct in shared memory. this increases photon propagation spe...
Anthony LaTorre
2011-09-10
geometry -> g, triangle -> t. dot(-a,b) <-> -dot(a,b).
Anthony LaTorre
2011-09-10
round value and uncertainty in ufloat_to_str().
Anthony LaTorre
2011-09-10
add ray_intersection unit test.
Anthony LaTorre
2011-09-10
merge
Anthony LaTorre
2011-09-10
update 3d mode to work properly when rendering multiple geometries.
Anthony LaTorre
[prev]
[next]