Jpp
20.0.0-rc.2
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 1.0e-4" \
21
-p "ABSORPTION_WATER 1.0e-4" \
22
-p "MIE_WATER 1.0e-4" \
23
-p "Q_EFF 0.002" \
24
-c "Q_EFF 1.04" \
25
\
26
-p "ANG_ACCEPT 0.5" \
27
-c "ANG_ACCEPT 0.96" \
28
\
29
-d $DEBUG --!
30
31
# -c "Q_EFF 1.16" \
Generated by
1.12.0