Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 737 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 737 Bytes

Bubble Sim

A Geant4 simulation for bubble chamber experiment.

Running Container

singularity pull --name bubble_sim.simg shub://whit2333/bubble_sim

Build and Install Manually

Standard cmake build assuming you have geant4 installed.

git clone ###remote###
mkdir -p bubble_chamber/build
cd    bubble_chamber/build
cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME
make install

Run the simulation

bubble_chamber -h

Running options

The default will run 1000 events and save histograms to run file "0". The run number can be specified with the "--run" flag

bubble_chamber  --run=100

This creates the file EBL_sim_output_100.root.