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