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