This Geant4 application simulates neutron transport in a liquid xenon volume using high-precision neutron physics (HP).
- Geant4 (with HP data files)
- ROOT
- CMake
mkdir build
cd build
cmake ..
makeInteractive mode:
./neutronLXeBatch mode (with a macro file):
./neutronLXe run.macThe simulation creates a ROOT file neutron_data.root containing:
- Energy deposits
- Track lengths
- Neutron counts
The data is stored in a TTree named "neutronTree".