Skip to content
Failed

Changes

Summary

  1. Add optical track data classes (#1163) (details)
  2. Improve gentrap documentation and fix typos (#1205) (details)
  3. Add documentation and fix diagnostic test (details)
Commit be24f924c231a8d53ddafe849a1d8be71cc32ba7 by noreply
Add optical track data classes (#1163)

The file was modified app/celer-sim/Runner.cc (diff)
The file was modified src/celeritas/global/CoreTrackData.hh (diff)
The file was addedsrc/celeritas/optical/OpticalTrackData.cc
The file was modified src/celeritas/CMakeLists.txt (diff)
The file was modified src/celeritas/optical/OpticalCollector.cc (diff)
The file was modified src/celeritas/optical/OpticalCollector.hh (diff)
The file was addedsrc/celeritas/optical/OpticalTrackData.hh
Commit a01607821ed055f6cce2493b4dcbef99de649217 by noreply
Improve gentrap documentation and fix typos (#1205)

* Fix sense of gentrap side faces

* Fix unrelated typos

* Add test for opposite orientation of input points

The points in upper face should still be provided in the same
corresponding order as in the lower face. Otherwise a standard
trapezoid will have twisted faces, which is still not supported for now.

* Improved GenTrap documentation

* Revert "Fix sense of gentrap side faces"
The file was modified src/orange/orangeinp/detail/SenseEvaluator.hh (diff)
The file was modified test/orange/orangeinp/ConvexRegion.test.cc (diff)
The file was modified src/orange/orangeinp/ConvexRegion.hh (diff)
The file was modified src/corecel/io/Join.hh (diff)
Commit e526a87b895248367a2e272e8ff45a27fccaf665 by johnsonsr
Add documentation and fix diagnostic test
The file was modified src/geocel/rasterize/RaytraceImager.t.hh (diff)
The file was modified test/celeritas/user/Diagnostic.test.cc (diff)
The file was modified test/orange/RaytraceImager.test.cc (diff)
The file was modified src/geocel/rasterize/RaytraceImager.nocuda.t.hh (diff)