summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Collapse)Author
2011-08-09Store a photon history for each hit channel. If multiple photons hit theStan Seibert
same channel, their history bits are OR'ed together.
2011-08-08Modify 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-04Import the fill_event() method from ROOT into the root.py namespace.Stan Seibert
2011-08-04Use the clear() method on Event to reset for filling.Stan Seibert
2011-08-03ROOT data structure for holding particle, photon, and hit information.Stan Seibert