index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fileio
/
root.py
Age
Commit message (
Expand
)
Author
2011-09-16
File reorganization to move toward standard python package layout
Stan Seibert
2011-09-12
add chroma-sim script. get rid of GPU class; contexts should now be created w...
Anthony LaTorre
2011-09-02
update event structure. break gpu.GPU class into separate smaller independent...
Anthony LaTorre
2011-08-23
Add a RootReader class that also functions as an iterator, also create
Stan Seibert
2011-08-20
Missing import from fileio.root
Stan Seibert
2011-08-17
import chroma modules from subpackages with import chroma.module_name
Anthony LaTorre
2011-08-16
Refactor sim.py into a reusable Simulation class that is called by the
Stan Seibert
2011-08-16
Epic restructuring of code to switch to a generator-based style of
Stan Seibert
2011-08-12
G4Generator and sim.py can now generate boosted pi0 decays.
Stan Seibert
2011-08-12
Refactor ROOT file writing into fileio.root.RootWriter class
Stan Seibert
2011-08-10
Rename chroma.io to chroma.fileio to avoid collision with Python package name...
Stan Seibert