https://github.com/lobis/radiation-decay-secondaries
https://github.com/lobis/radiation-decay-secondaries
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lobis/radiation-decay-secondaries
- Owner: lobis
- License: bsd-3-clause
- Created: 2024-05-01T10:28:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:16:46.000Z (over 1 year ago)
- Last Synced: 2025-01-03T02:46:21.281Z (9 months ago)
- Language: C++
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Radiation Transmission Studies
Compute the radiation transport of a particle through a medium. Counts secondaries produced.
## Usage
```bash
Usage: ./radiation-transmission [OPTIONS]Options:
-h,--help Print this help message and exit
-n,--primaries INT:POSITIVE REQUIRED
Number of primary particles to launch
-t,--threads INT:POSITIVE Number of threads
-p,--particle TEXT:{neutron,gamma,proton,electron,muon} REQUIRED
Input particle type
-i,--input TEXT REQUIRED Input root filename with particle energy / angle information
-o,--output TEXT REQUIRED Output root filename
-d,--detector [TEXT,FLOAT] ... REQUIRED
Detector configuration: material and thickness (in mm) in the following format: '-d G4_Pb 100'. If called multiple times they will be stacked
```