summaryrefslogtreecommitdiff
path: root/src/__init__.py
AgeCommit message (Collapse)Author
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert
2011-09-06geometry on the GPU is now a struct created in the GPUGeometry class. coding ↵Anthony LaTorre
style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code.
2011-08-17import chroma modules from subpackages with import chroma.module_nameAnthony LaTorre
2011-06-21A GPU-side "DAQ" implementation that identifies the first photon on each ↵Stan Seibert
channel, which is presumed to trigger that channel. Major speed up in conversion of detection times to time PDFs.
2011-05-23lbne model now imports python modules directlyAnthony LaTorre