kjvbrt / fcc_radiation

Investigation of radiation in FCC caverns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC Radiation

Investigation of radiation in FCC caverns.

Directory structure

input --- input files needed to run the full simulation. ATM it stores only beamloss input files. Other files are loaded from /opt directory.

output --- root files, results of the full simulation.

plots --- plots generated from output root files.

run --- steering and batch running scripts.

Running in Batch mode

cd run
# Processes
for i in {1..120}; do echo "./rrr_beamlosses ${i}" | batch; done
# Beamloss
for i in {00..32}; do echo "./rrr_beamlosses ${i}" | batch; done

About

Investigation of radiation in FCC caverns

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 94.2%Language:Shell 5.8%