Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sound-V: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 
11 set_variable: DEBUG ACOUSTICS_DEBUG 2
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 awk '$1 !~ /^#/ { print $0 }' $WORKDIR/sound_velocity.txt | read A B Z0
33 
34 set_variable VELOCITY_TXT $WORKDIR/soundv.txt
35 
36 for (( VELOCITY = $A - 10.0; $VELOCITY <= $A + 10.0; VELOCITY += 0.2 )); do
37 
38  rm -f $WORKDIR/katoomba.root
39 
40  JKatoomba \
41  -a $DETECTOR \
42  -f "$INPUT_FILES[*]" \
43  -o $WORKDIR/katoomba.root \
44  -T $WORKDIR/tripod.txt \
45  -V "$VELOCITY $B $Z0" \
46  -M $WORKDIR/mechanics.txt \
47  -@ $WORKDIR/acoustics_fit_parameters.txt \
48  -@ "stdev = 50" \
49  -@ "mestimator = 1" \
50  -F $FIT \
51  -u \
52  -d $DEBUG --!
53 
54  set_array RESULT `JPrintResult -f $WORKDIR/katoomba.root:chi2 -F "GetMean" -F "GetRMS / sqrt(GetEntries)"`
55 
56  if (( ${#RESULT} == 2 )); then
57  printf "%12.5f %7.3f %7.3f\n" $VELOCITY $RESULT[*] >> $VELOCITY_TXT
58  else
59  error "No result."
60  fi
61 done
do $JPP JMEstimator M
Definition: JMEstimator.sh:37
bool read(Vec &v, std::istream &is)
Read a Vec(tor) from a stream.
Definition: io_ascii.hh:141
exit
Definition: JPizza.sh:36
then JPizza f
Definition: JPizza.sh:46
then echo
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
Definition: JAcoustics.sh:20
do set_variable OUTPUT_DIRECTORY $WORKDIR T
do $DIR JTransitTime o
Definition: JTransitTime.sh:44
then awk F
* usage
set_array INPUT_FILES
*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 usage $script< input_file >< detector_file > fi set_variable OUTPUT_DIR set_variable SELECTOR JDAQTimesliceL1 set_variable DEBUG case set_variable DEBUG
then display $WORKDIR
Definition: plot-Domino.sh:127
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DEBUG set_variable WORKDIR tmp set_variable JDAQ_TIMESLICE JDAQTimeslice if do_usage *then usage $script< detector file >< inputfile > fi case set_variable WORKDIR
Definition: JLegolas.sh:23
set_variable DETECTOR
double u[N+1]
Definition: JPolint.hh:739
script
Definition: JAcoustics.sh:2
source $JPP_DIR setenv csh $JPP_DIR eval JShellParser o a A
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null
esac done
Definition: JAddHDE.sh:21