summaryrefslogtreecommitdiff
path: root/fileio/root.C
AgeCommit message (Collapse)Author
2011-08-16Epic restructuring of code to switch to a generator-based style ofStan Seibert
event creation. Now we have vertex generators (that produce initial particles), photon generators (that create photons to propagate), and a standard data structure using Python class containers and numpy arrays to hand around the code. Also cleaned up some naming of things before they become conventions.
2011-08-14Add a helper function to the ROOT Channel class that will populate 3Stan Seibert
arrays with hit information: hit or not, time and charge. Handy for fetching all the hits in an event into numpy arrays.
2011-08-12Storage for subtracks in ROOT data structure.Stan Seibert
2011-08-10Rename chroma.io to chroma.fileio to avoid collision with Python package ↵Stan Seibert
named io