An open API service indexing awesome lists of open source software.

https://github.com/slaclab/cain

CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)
https://github.com/slaclab/cain

Last synced: 5 months ago
JSON representation

CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)

Awesome Lists containing this project

README

          

# CAIN
CAIN Beam-Beam Collision code from KEK (K. Yokoya & T. Tauchi)

Version 2.4.2 with modifications by T. Barklow -- see doc/modified_files.txt

To compile:

cd src
make

create a soft link so that "out" points to your output directory. e.g.,

mkdir out_local
ln -fs out_local out

To run an example job (gamma gamma collisions at 280 GeV Ecm):

./scripts/runCain_v97112.sh

Note: this script uses the command "sed -i ... " to set input parameter variables, which doesn't
work on macOS with its bsd version of "sed -i" .