Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
multi-plotk40.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 #
3 # \author mdejong
4 #
5 script=${0##*/}
6 
7 # ------------------------------------------------------------------------------------------
8 #
9 # Example script to plot JFitK40 results.
10 #
11 # ------------------------------------------------------------------------------------------
12 
13 if [ -z $JPP_DIR ]; then
14  echo "Variable JPP_DIR undefined."
15  exit
16 fi
17 
18 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
19 
20 if ( do_usage $* ); then
21  usage "$script <detector file> <input file>"
22 fi
23 
24 case $# in
27  *) fatal "Invalid number of arguments"
28 esac
29 
30 set_variable TYPE F # histogram type
31 
32 eval `JPrintDetector -a $DETECTOR -O SUMMARY`
33 
34 kill_child_processes_at_exit
35 
36 attach getModule -a $DETECTOR
37 
38 typeset -Z 4 STRING
39 typeset -Z 2 FLOOR
40 
41 for STRING in $STRINGS[*]; do
42 
43  set_variable FIRST_FLOOR 1
44 
45  for (( FLOOR = $FIRST_FLOOR; $FLOOR <= $LAST_FLOOR; FLOOR += 1 )); do
46 
47  print -u $FD_O "$STRING $FLOOR"
48 
49  read MODULE <& $FD_I
50 
51  echo "($STRING,$FLOOR) $MODULE"
52 
53  JPlot2D \
54  -f ${INPUT_FILE}:${MODULE}.2${TYPE} \
55  -z "-0.1 1.5" \
56  -\> "PMT pair" \
57  -\< "#Deltat [ns]" \
58  -\^ "Rate [Hz]" \
59  -T "($STRING,$FLOOR)" \
60  -O COLZ \
61  -o /tmp/${TYPE}_${STRING}_${FLOOR}.gif \
62  -B
63 
64  done
65 
66  montage \
67  -tile 6x3 \
68  -geometry +0+0 \
69  /tmp/${TYPE}_${STRING}_*.gif \
70  ${TYPE}_${STRING}.gif
71 
72 done
73 
74 detach
void set_variable(const std::string &name, const std::string &value)
Set environment variable.
clean eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY set_variable STRING
bool read(Vec &v, std::istream &is)
Read a Vec(tor) from a stream.
Definition: io_ascii.hh:141
set_variable INPUT_FILE
do JCanberra a $DETECTOR f $INPUT_FILE o $WORKDIR canberra[${EMITTER}\] root T $WORKDIR tripod txt V $WORKDIR sound_velocity txt M $WORKDIR mechanics txt E $EMITTER d $DEBUG!done kill_child_processes_at_exit attach getModule a $DETECTOR typeset Z STRING typeset Z FLOOR set_variable FIRST_FLOOR for STRING in $STRINGS[*]
Definition: JCanberra.sh:60
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
print
Definition: JConvertDusj.sh:44
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
set_variable DETECTOR
double u[N+1]
Definition: JPolint.hh:739
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Definition: JCanberra.sh:38
script
Definition: JAcoustics.sh:2
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null
const JModule & getModule(const JDetector &detector, const JModuleLocation &location)
find module with a given string and floor number
esac done
Definition: JAddHDE.sh:21