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
/
likelihood.py
Age
Commit message (
Expand
)
Author
2011-09-16
File reorganization to move toward standard python package layout
Stan Seibert
2011-09-13
Set better defaults for likelihood calculation.
Stan Seibert
2011-09-10
Add the ability to propagate the same photons multiple times on the
Stan Seibert
2011-09-02
update event structure. break gpu.GPU class into separate smaller independent...
Anthony LaTorre
2011-08-25
A new PDF evaluation method that does not require storage proportional
Stan Seibert
2011-08-23
Fix Likelihood to use self.sim instead of the global sim, so now it
Stan Seibert
2011-08-22
Use PDF created on GPU in likelihood calculation. This is 11x faster than be...
Stan Seibert
2011-08-20
fix bug in Likelihood class; pdfs for each pmt were the same histogram
Anthony LaTorre
2011-08-20
add likelihood class to evaluate likelihoods for detector events.
Anthony LaTorre
2011-05-27
you can now specify number of devices and morton ordering bits to threadtest ...
Anthony LaTorre
2011-05-20
you can now pass detector class name to view.py
Anthony LaTorre
2011-05-20
faster bounding volume hierarchy construction
Anthony LaTorre
2011-05-18
added test likelihood
Anthony LaTorre