| .. | ||
| build | ||
| include | ||
| src | ||
| G4History.macro | ||
| init_vis.mac | ||
| README.md | ||
| run.mac | ||
| vis.mac | ||
AnasenG4 Geant4 Simulation
This folder contains a minimal Geant4 application that:
- builds the ANASEN detector geometry,
- adds a helium target volume,
- generates outgoing proton events from an
18Ne + 4Healpha/p reaction using the externalClassTransferreaction model, - and propagates the particles with the Geant4
FTFP_BERTphysics list.
Build
cd /home/jamesszalkie/anasen/Armory/AnasenG4
rm -rf build
mkdir build
cd build
cmake ..
make -j4
Run
cd /home/jamesszalkie/anasen/Armory/AnasenG4
./build/AnasenG4 macros/run.mac
Notes
- The reaction generator uses
/home/jamesszalkie/anasen/Armory/mass20.txtfor isotope mass lookups. - You can also run the interactive visualization macro:
./build/AnasenG4 macros/init_vis.mac