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
/
chroma
/
io
Age
Commit message (
Expand
)
Author
2021-05-09
fix ACLiC problem with root
Anthony LaTorre
2021-05-09
Add virtual destructors to ROOT data classes to silence compiler warnings.
Stan Seibert
2021-05-09
Add method to show total charge in event
Stan Seibert
2021-05-09
no channels was resulting in a seg fault. for now if there are no channels, j...
Anthony LaTorre
2021-05-09
Cast channel ID array to uint32, as that is technically what the C++ code is ...
Stan Seibert
2021-05-09
Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ...
Stan Seibert
2021-05-09
Make chroma.io.root.RootReader follow the Python iterator protocol.
Stan Seibert
2021-05-09
Fix silly bug in RootReader.jump_to()
Stan Seibert
2021-05-09
Write t0 for primary vertex to ROOT file and fix unit test to catch this.
Stan Seibert
2011-10-05
Fix floating point exception generated in PyROOT when dealing with no hit cha...
Stan Seibert
2011-09-30
Test if root.C classes have been loaded before loading in root.py. Prevents ...
Stan Seibert
2011-09-30
ROOT sucks and the TApplication object created by PyROOT interprets
Stan Seibert
2011-09-17
.chroma directory is now used to build the ROOT shared library describing the...
Stan Seibert
2011-09-16
Rename chroma.fileio to chroma.io
Stan Seibert