-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This add example executables: build_predefined_detectors : How to build the testing detectors detector_ray_scan: How to perform a ray scan on a detector do_it_yourself_detector: How to build a detector from scratch, including metadata, a new shape and surface generation read_detector_from_file: Uses the json_geometry_reader until the full reader becomes available write_detector_to_file: Writes the toy detector to file (geometry and material) define_an_actor: Taken from previous tutorial: How to build an actor and a composition of actors navigation_inspection: Taken from previous tutorial: How to run a navigation with inspectors and check it against a ray trace In order to add portals to the example detector, I copied the portal creation from the telescope detector into a new surface generator. I will replace the code in the telescope creation with actual volume builders at some point.
- Loading branch information
1 parent
eeb7c8f
commit 7994a38
Showing
36 changed files
with
1,996 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.