Skip to content

acolijn/geant4-simulation

Repository files navigation

Neutron Transport in Liquid Xenon

This Geant4 application simulates neutron transport in a liquid xenon volume using high-precision neutron physics (HP).

Documentation Status

Requirements

  • Geant4 (with HP data files)
  • ROOT
  • CMake

Build Instructions

mkdir build
cd build
cmake ..
make

Running the Application

Interactive mode:

./neutronLXe

Batch mode (with a macro file):

./neutronLXe run.mac

Output

The simulation creates a ROOT file neutron_data.root containing:

  • Energy deposits
  • Track lengths
  • Neutron counts

The data is stored in a TTree named "neutronTree".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published