summaryrefslogtreecommitdiff
path: root/chroma
AgeCommit message (Expand)Author
2021-05-09Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ...Stan Seibert
2021-05-09Add a summing mode to the event view.Stan Seibert
2021-05-09Make chroma.io.root.RootReader follow the Python iterator protocol.Stan Seibert
2021-05-09Make the period key cycle between charge, time and hit/no-hit color display i...Stan Seibert
2021-05-09Fix silly bug in RootReader.jump_to()Stan Seibert
2021-05-09Add optional argument to pi0 gun to pick direction of one gamma in rest frame.Stan Seibert
2021-05-09Allow chroma to be imported on systems without pygame. Good for clusters.Stan Seibert
2021-05-09Major overhaul to the way that DAQ and PDF information is accumulatedStan Seibert
2021-05-09Add a select function to GPUPhotons to extract a reduced list of photons that...Stan Seibert
2021-05-09Use global per-thread ZeroMQ context rather than make a new one.Stan Seibert
2021-05-09Minor fixes to doing time & charge PDFs via kernel estimation. ThingsStan Seibert
2021-05-09OK, we really do need to call the garbage collector this frequently.Stan Seibert
2021-05-09constant_particle_gun now can generate pi0 decaysStan Seibert
2021-05-09Factor calculation of channel hit probabilities and PDF densities to separate...Stan Seibert
2021-05-09Reduce the bin count requirement from 200 to 50.Stan Seibert
2021-05-09Clean up hit probability calculation and stop skipping the first entry.Stan Seibert
2021-05-09Fix returning from PDF accumulator too soon.Stan Seibert
2021-05-09Period key in event viewer flips between charge and time displayStan Seibert
2021-05-09Fix units when drawing photon verticesStan Seibert
2021-05-09Stop returning the PDF probabilities and put the hit/not hit back into the li...Stan Seibert
2021-05-09Add a few more commonly used symbols to: from chroma import *Stan Seibert
2021-05-09Write t0 for primary vertex to ROOT file and fix unit test to catch this.Stan Seibert
2021-05-09Mercurial subrepositories don't seem to work enough like SVN externalsStan Seibert
2021-05-09Initial import of Chroma from private to public repository.Stan Seibert
2011-10-11Stop returning the pdf probabilities and put the hit/not hit back intoStan Seibert
2011-10-11Add a few more commonly used symbols to: from chroma import *Stan Seibert
2011-10-10Now that solids and channels have separate numbering, we have to map channels...Stan Seibert
2011-10-08Add a helper module to the chroma.models directory that takesStan Seibert
2011-10-08Make Camera.build work with anything callable, not just functions. Also make...Stan Seibert
2011-10-08Photon history constants in Python.Stan Seibert
2011-10-07Speed up remove_duplicate_vertices by a factor of 3.Stan Seibert
2011-10-07Rewrite mesh_grid to be less compact but 100x faster.Stan Seibert
2011-10-07Speed up Geometry.build() by a large factor when loading from cache.Stan Seibert
2011-10-07Create a Detector class to hold information about the PMTs in aStan Seibert
2011-10-05Missing glass parameter in build_pmt_shell()Stan Seibert
2011-10-05Epic port of Chroma from units of meters/seconds/MeV toStan Seibert
2011-10-05Fix floating point exception generated in PyROOT when dealing with no hit cha...Stan Seibert
2011-10-05The demo/detector.py module is no longer used.Stan Seibert
2011-10-05Default values for required arguments in the make.* functions creates confusion.Stan Seibert
2011-10-05Add tlatorre/histogram as a subrepository so that we can use it in the Raylei...Stan Seibert
2011-10-05Kernel estimation implementation for calculating PDFs at each PMT.Stan Seibert
2011-10-05Calling the garbage collector explicitly is very expensive and gets progressi...Stan Seibert
2011-10-03Split out CUDA PDF functions into separate .cu file.Stan Seibert
2011-10-03Output device usage to logger.Stan Seibert
2011-10-03Create a chroma.log module that provides the default logger object forStan Seibert
2011-09-30Test if root.C classes have been loaded before loading in root.py. Prevents ...Stan Seibert
2011-09-30ROOT sucks and the TApplication object created by PyROOT interpretsStan Seibert
2011-09-29Allow loading of bzip2 compressed binary stl files and reduce size of the mod...Stan Seibert
2011-09-29Removing portal gun models to shrink the packageStan Seibert
2011-09-29Move checkerboard into demo packageStan Seibert