Releases: DUNE/larnd-sim
Releases · DUNE/larnd-sim
v0.2.1 - Refactored constants
This new version includes a refactoring of the constants module, with the introduction of different namespaces (consts.physics
, consts.detector
and consts.light
).
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Support for light simulation
This release contains support for multi-tile and multi-module detectors such as Module-0 and ND-LAr. It also includes preliminary support for light simulation.
What's Changed
- Improved support for multi-tile detector by @soleti in #27
- Improved backtracking and fixed Module0 geometry by @soleti in #28
- Speed up dumpTree.py for larger files by @peter-madigan in #29
- Response with lookup table and improved Monte Carlo truth info by @soleti in #30
- Upgrade/improve cli loop memory by @peter-madigan in #32
- Upgrade/add process truth by @peter-madigan in #31
- Add try-except for edep-sim input trajectories by @peter-madigan in #34
- ndlar module simulation by @krwood in #33
- Upgrade/include far field current by @peter-madigan in #37
- Upgrade/implement unique channel thresholds by @peter-madigan in #41
- Revert "Upgrade/implement unique channel thresholds" by @soleti in #42
- Upgrade/implement unique channel thresholds by @peter-madigan in #43
- Cleanup code and updated README by @soleti in #44
- Support for multi module geometries by @soleti in #45
- Revert "Revert "Upgrade/implement unique channel thresholds"" by @peter-madigan in #46
- Light Sim Addition by @tairaeli in #39
New Contributors
- @peter-madigan made their first contribution in #29
- @krwood made their first contribution in #33
- @tairaeli made their first contribution in #39
Full Changelog: v0.1...v0.2.0
Preliminary version for CUDA paper
This preliminary version is used to make the plots for the "Highly-parallelized simulation of a pixelated LArTPC on a GPU" paper and APS talk.