Jpp
21.0.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
examples
JSirene
JKM3Sim.sh
Go to the documentation of this file.
1
#!/bin/zsh
2
script=${0##*/}
3
4
source $JPP_DIR/setenv.sh $JPP_DIR
5
6
set_variable DEBUG 3
7
8
if do_usage $*; then
9
usage "$script <KM3Sim input file>"
10
fi
11
12
if (( $# != 1 )); then
13
fatal "Wrong number of arguments."
14
fi
15
16
17
JKM3Sim \
18
-f $1 \
19
\
20
-p "RINDEX_WATER 2.0e-3" \
21
-p "ABSORPTION_WATER 1.0e-4" \
22
-p "MIE_WATER 1.0e-4" \
23
-p "Q_EFF 1.0e-5" \
24
-p "ANG_ACCEPT 0.5" \
25
-d $DEBUG --!
Generated by
1.12.0