Jpp
20.0.0
the software that should make you happy
Loading...
Searching...
No Matches
examples
JTrigger
JTimeConverter.sh
Go to the documentation of this file.
1
#!/usr/bin/env zsh
2
#
3
# \author mdejong
4
#
5
version=1.0
6
script=${0##*/}
7
8
source $JPP_DIR/setenv.sh $JPP_DIR
9
10
set_variable DEBUG 2
11
12
if do_usage $*; then
13
usage "$script <detector file> <input file>"
14
fi
15
16
if (( $# != 2 )); then
17
fatal "Wrong number of arguments."
18
fi
19
20
set_variable DETECTOR $1
21
set_variable INPUT_FILE $2
22
23
$JPP_DIR/examples/JTrigger/JTimeConverter \
24
-a $DETECTOR \
25
-f $INPUT_FILE \
26
-d $DEBUG
Generated by
1.12.0