Age | Commit message (Collapse) | Author |
|
independent classes.
|
|
|
|
camera.EventViewer uses new fileio.root.RootReader class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the object in the center of the screen.
|
|
|
|
coloring is now calculated using the new searching/sorting algorithms.
|
|
color.
|
|
|
|
|
|
|
|
to [number of bins] * [number of PMTs]. Instead we accumulate information
as the Monte Carlo runs in order to evaluate the PDFs only at the points
required for the likelihood calculation.
This new interface has been propagated all the way up from the GPU class
through the Simulation class to the Likelihood class. We have preserved
the full binned histogram implementation in case we need it in the future.
|
|
a simple unit test for event reading and writing. There were several
minor I/O bugs that are now fixed! Always test your code, kids!
|
|
imports properly. Also correct a units bug in the default time range
for the PDFs. We work in units of seconds, not nanoseconds!
|
|
|
|
before.
|
|
|
|
|
|
|
|
|
|
photon distributions to be propagated multiple times. Default nreps is 1.
|
|
times before moving to the next element.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
photons when the parent particle is at (1,0,0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPU class.
|
|
|
|
angular distribution is slightly different, and now fits with the
distribution given in the GEANT4 physics reference manual.
Unit test is now included to verify the correctness of the scattering.
|