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
/
bin
Age
Commit message (
Expand
)
Author
2021-05-09
Fix imports for chroma-cam
Stan Seibert
2021-05-09
BVH optimization to sort child nodes by area. Only has a small effect.
Stan Seibert
2021-05-09
New BVH algorithm: Recursive Grid
Stan Seibert
2021-05-09
Redo node format to include number of children, rather than just leaf bit.
Stan Seibert
2021-05-09
Add a chroma-bvh hist function that displays a ROOT histogram of the
Stan Seibert
2021-05-09
Use fixed point BVH surface area instead of world coordinates for consistency...
Stan Seibert
2021-05-09
If the node_swap optimization is run with a minus sign after the layer number...
Stan Seibert
2021-05-09
Add more BVH manipulation commands:
Stan Seibert
2021-05-09
Add list, copy, and remove commands to chroma-bvh
Stan Seibert
2021-05-09
chroma-bvh: command to manipulate BVH trees in cache. Just a stat subcommand...
Stan Seibert
2021-05-09
Super simple geometry cache management tool: chroma-geo
Stan Seibert
2021-05-09
Add another loader function that is useful for chroma-cam.
Stan Seibert
2021-05-09
Implement new loader function that turns a string into a Geometry,
Stan Seibert
2021-05-09
Print events/second statistic in chroma-sim
Stan Seibert
2021-05-09
Import ROOT module from its true location and add missing import of enable_de...
Stan Seibert
2021-05-09
Temporarily include the current directory in the module path when loading det...
Stan Seibert
2021-05-09
Use constant particle gun in chroma-sim so it can generate pi0 events.
Stan Seibert
2011-10-07
Make main into a function so we can profile it
Stan Seibert
2011-10-03
Create a chroma.log module that provides the default logger object for
Stan Seibert
2011-10-03
Call ROOT.SetBatch() in chroma-sim to avoid unnecessary X11 traffic.
Stan Seibert
2011-09-30
chroma-sim --rootlogon will create a .rootlogon.C file in your current direct...
Stan Seibert
2011-09-29
Command line options to start the Python debugger on crash.
Stan Seibert
2011-09-26
Fix indentation in chroma-sim and allow detector name to have multiple dots.
Stan Seibert
2011-09-20
Change module import method to allow loading a detector from multi-level modu...
Stan Seibert
2011-09-16
File reorganization to move toward standard python package layout
Stan Seibert