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