summaryrefslogtreecommitdiff
path: root/src/daq.cu
AgeCommit message (Expand)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
2011-08-25A new PDF evaluation method that does not require storage proportionalStan Seibert
2011-08-22Enable creation of charge and time PDF on GPUStan Seibert
2011-08-09Put number of detected photons into charge value for channel.Stan Seibert
2011-08-09Store a photon history for each hit channel. If multiple photons hit theStan Seibert
2011-08-08propagate() takes an array of photon offsets and a range ofStan Seibert
2011-08-04Don't draw a random time delta in the daq kernel unless it is necessary.Stan Seibert
2011-07-20pulled a lot of the photon propagation code out of src/kernel.cu into src/pho...Anthony LaTorre
2011-06-23move photon initialization to the gpu. it's unclear if this is a speed improv...Anthony LaTorre
2011-06-22Start jittering the PMT times in the DAQ simulation.Stan Seibert
2011-06-21A GPU-side "DAQ" implementation that identifies the first photon on each chan...Stan Seibert