Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-10 | Rename chroma.io to chroma.fileio to avoid collision with Python package ↵ | Stan Seibert | |
named io | |||
2011-08-09 | Store a photon history for each hit channel. If multiple photons hit the | Stan Seibert | |
same channel, their history bits are OR'ed together. | |||
2011-08-08 | Modify data structure to hold photon start and stop vertices separately. | Stan Seibert | |
Add --save-photon-start and --save-photon-stop options to sim.py to save these vertices. Otherwise, only hit information is recorded. | |||
2011-08-04 | Import the fill_event() method from ROOT into the root.py namespace. | Stan Seibert | |
2011-08-04 | Use the clear() method on Event to reset for filling. | Stan Seibert | |
2011-08-03 | ROOT data structure for holding particle, photon, and hit information. | Stan Seibert | |