Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | update tests to work for python versions <2.7 | Anthony LaTorre | |
2021-05-09 | more unit test fixes | Andy Mastbaum | |
update remaining unit tests to build BVHs with ``loader.create_geometry_from_obj`` instead of the (removed) ``build`` method. | |||
2021-05-09 | Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ↵ | Stan Seibert | |
remove requirement to use numpy >= 1.6 | |||
2011-10-07 | Create a Detector class to hold information about the PMTs in a | Stan Seibert | |
geometry, like the mapping from solid IDs to channels, and the time and charge distributions. Detector is a subclass of Geometry, so that a Detector can be used wherever a Geometry is used. Only code (like the DAQ stuff) that needs to know how PMT solids map to channels should look for a Detector object. There is a corresponding GPUDetector class as well, with its own device side struct to hold PMT channel information. The GPU code now can sample an arbitrary time and charge PDF, but on the host side, the only interface exposed right now creates a Gaussian distribution. | |||
2011-09-29 | Fix unittest to use new location of vacuum material. | Stan Seibert | |
2011-09-16 | Move CUDA source inside chroma package, rename tests directory to test | Stan Seibert | |