Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
footprint-TxTy:run.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 if [ -z $JPP_DIR ]; then
5  echo "Variable JPP_DIR undefined."
6  exit
7 fi
8 
9 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
10 
12 set_variable WORKDIR ${ACOUSTICS_WORKDIR:-./}
13 set_variable FIT ${ACOUSTICS_FIT:-2}
14 
15 if ( do_usage $* ); then
16  usage "$script <detector file> (input file)+"
17 fi
18 
19 if (( $# < 2 )); then
20  fatal "Wrong number of arguments."
21 fi
22 
24 set_array INPUT_FILES $argv[2,-1]
25 
26 eval `JPrintDetector -a $DETECTOR -O IDENTIFIER`
27 
28 source JAcoustics.sh $DETECTOR_ID
29 
30 CHECK_EXIT_CODE
31 
32 set_variable FOOTPRINT_TXT $WORKDIR/foorprint.txt
33 set_variable TMPDIR $WORKDIR/.$$
34 mkdir -p $TMPDIR
35 
36 for (( TX = -0.0020; $TX <= +0.0020; TX += 0.0001 )); do
37  for (( TY = -0.0020; $TY <= +0.0020; TY += 0.0001 )); do
38 
39  cp \
40  $WORKDIR/tripod.txt \ $TMPDIR/tripod.txt
41 
42  JConvertDetectorFormat \
43  -a $DETECTOR \
44  -o $TMPDIR/detector.dat --!
45 
46  JFootprint.sh \ $TMPDIR/detector.dat \ $TMPDIR/tripod.txt \ $TX \ $TY
47 
48  JKatoomba \
49  -a $TMPDIR/detector.dat \
50  -f "$INPUT_FILES[*]" \
51  -o $TMPDIR/katoomba.root \
52  -T $TMPDIR/tripod.txt \
53  -V $WORKDIR/sound_velocity.txt \
54  -M $WORKDIR/mechanics.txt \
55  -@ $WORKDIR/acoustics_fit_parameters.txt \
56  -@ "stdev = 50" \
57  -@ "mestimator = 1" \
58  -F $FIT \
59  -u \
60  -d $DEBUG --!
61 
62  JParramatta \
63  -f $TMPDIR/katoomba.root \
64  -o $TMPDIR/parramatta.root
65 
66  set_array RESULT `JPrintResult -f $TMPDIR/parramatta.root:% -F "GetRMS(1)*1.0e-3" -F "GetRMS(2)*1.0e-3"`
67 
68  if (( ${#RESULT} == 2 )); then
69  printf "%9.6f %9.6f %7.3f %7.3f\n" $TX $TY $RESULT[*] >> $FOOTPRINT_TXT
70  else
71  error "No result."
72  fi
73  done
74 done
75 
76 rm -rf $TMPDIR
77 
do $JPP JMEstimator M
Definition: JMEstimator.sh:37
void set_variable(const std::string &name, const std::string &value)
Set environment variable.
exit
Definition: JPizza.sh:36
then JPizza f
Definition: JPizza.sh:46
then echo
do set_variable OUTPUT_DIRECTORY $WORKDIR T
do $DIR JTransitTime o
Definition: JTransitTime.sh:44
then awk F
* usage
set_array INPUT_FILES
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable ACOUSTICS_DEBUG
Definition: JAcoustics.sh:17
*set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2,-2] set_variable OUTPUT_FILE $argv[-1]
Definition: JDomino.sh:39
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
Definition: JMuonPath.sh:45
then JCalibrateToT a
Definition: JTuneHV.sh:116
then set_variable MODULE getModule a $DETECTOR L $STRING $FLOOR JEditDetector a $DETECTOR M $MODULE add $X o $DETECTOR else echo No update of detector $DETECTOR
then display $WORKDIR
Definition: plot-Domino.sh:127
set_variable DETECTOR
do set_variable DETECTOR_TXT $WORKDIR detector
double u[N+1]
Definition: JPolint.hh:739
script
Definition: JAcoustics.sh:2
then usage $script< detector file >< inputfile > fi case set_variable WORKDIR
Definition: JLegolas.sh:28
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null
esac done
Definition: JAddHDE.sh:21
#define DEBUG(A)
Message macros.
Definition: JMessage.hh:62