Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pre-calibration_D_ORCA006.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 # --------------------------------------------------------------------------------------------
5 #
6 # Steering script for the global-fit-of-global-fits procedure of the D_ORCA006 (49) detector.
7 #
8 # --------------------------------------------------------------------------------------------
9 
10 if [ -z $JPP_DIR ]; then
11  echo "Variable JPP_DIR undefined."
12  exit
13 fi
14 
15 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
16 
18 set_array RUNS 7600 7700 7800 7900 8000 8100 8200
19 set_variable: THREADS ACOUSTICS_THREADS 5
20 
21 if do_usage $*; then
22  usage "$script [user directory]"\
23  "\nThe user directory should be specified when this script is submitted in a batch queue."
24 fi
25 
28 
29 case $# in
31  0) ;;
32  *) fatal "Wrong number of arguments."
33 esac
34 
35 
36 set_variable DETECTOR_INITIAL detector_initial.datx
37 set_variable TRIPOD_INITIAL tripod_initial.txt
38 expand_array RUNS
39 
40 
41 # Run in HOMEDIR
42 
43 mkdir -p $HOMEDIR
44 
45 cd $HOMEDIR
46 
47 if [[ ! -f $DETECTOR_INITIAL ]]; then
48 
49  JDetectorDB \
50  -D $DETECTOR_ID \
51  -r $RUNS[1] \
52  -WW \
53  -o $DETECTOR_INITIAL
54 fi
55 
56 if [[ ! -f $TRIPOD_INITIAL ]]; then
57 
58  cat>$TRIPOD_INITIAL<<EOF
59 # Data are from V. Bertin, private communications.
60 1 256877.5 4743716.7 -2438.4
61 2 256815.5 4743395.0 -2435.5
62 3 257096.2 4743636.0 -2439.5
63 EOF
64 fi
65 
66 if [[ ! -f detector.datx ]]; then
67 
68  # Apply modifications.
69 
70  JEditDetector \
71  -a $DETECTOR_INITIAL \
72  -s "-1 addz -6.9" \
73  -o detector.datx --!
74 
75  eval `JPrintDetector -a detector.datx -O SUMMARY`
76 
77  for STRING in ${STRINGS[*]}; do
78 
79  set_variable MODULE `getModule -a detector.datx -L "$STRING 0"`
80 
81  JEditDetector \
82  -a detector.datx \
83  -M "$MODULE setz -2.9" \
84  -o detector.datx --!
85  done
86 
87  JEditDetector \
88  -a detector.datx \
89  -M "808972598 swap 27 28" \
90  -o detector.datx --!
91 fi
92 
93 source JAcousticsToolkit.sh
94 
95 if [[ ! -f tripod.txt ]]; then
96  cp -p $TRIPOD_INITIAL tripod.txt
97 fi
98 
100 set_variable TRIPOD tripod.txt
101 
102 JAcoustics.sh $DETECTOR_ID
103 
104 cat>acoustics_trigger_parameters.txt<<EOF
105 Q = 0.0;
106 TMax_s = 0.020;
107 numberOfHits = 90;
108 EOF
109 
110 cat>disable.txt<<EOF
111 # disable transmissions
112 # <emitter identifier> <module identifier>
113 # all emit. and ORCA.0003.16
114 # emitter 2 and ORCA.0009.12
115 # emitter 3 and ORCA.0001.12
116 # emitter 2 and ORCA.0011.13
117 # emitter 3 and ORCA.0011.18
118 -1 808966194
119  2 808472260
120  3 809503416
121  2 808978694
122  3 808976219
123 EOF
124 
125 
126 JAcousticsEventBuilder.sh $DETECTOR $RUNS[*]
127 
128 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
129 
130 
131 # Run in WORKDIR
132 
133 cd $WORKDIR
134 
135 if [ ! $HOMEDIR -ef $WORKDIR ]; then
136  cp -p $HOMEDIR/$DETECTOR $WORKDIR
137  cp -p $HOMEDIR/${^ACOUSTICS_KEYS}.txt $WORKDIR
138  cp -p $HOMEDIR/${^INPUT_FILES} $WORKDIR
139 fi
140 
141 cat>script.txt<<EOF
142 stage 1b 1 0 100.0e-6 10.0 0 0.001 0.1
143 stage 2a 1 0 100.0e-6 10.0 20 0.2 0.5
144 stage 2c 1 0 100.0e-6 10.0 20 0.2
145 stage 3a 1 0 50.0e-6 10.0 20 0.2 0.5
146 stage 3c 1 0 50.0e-6 10.0 20 0.2
147 EOF
148 
149 JSydney.sh $DETECTOR $INPUT_FILES[*] script.txt
150 
151 if [ ! $HOMEDIR -ef $WORKDIR ]; then
152  cp -vru * $HOMEDIR
153 fi
Q(UTCMax_s-UTCMin_s)-livetime_s
$WORKDIR stage
clean eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY set_variable STRING
then JLigier sh continue fi cat
Definition: JDAQDriver.sh:51
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O SUMMARY JPrintDAQHeader f $INPUT_FILE read A DAQ_HEADER set_variable DETECTOR_ID
Definition: JSquid.sh:28
o $QUALITY_ROOT d $DEBUG!CHECK_EXIT_CODE JPlot1D f
Definition: JDataQuality.sh:76
exit
Definition: JPizza.sh:36
data_type r[M+1]
Definition: JPolint.hh:868
V(JDAQEvent-JTriggerReprocessor)*1.0/(JDAQEvent+1.0e-10)
&set_variable RUNS
Definition: datalogs.sh:21
then
Definition: datalogs.sh:31
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable TRIPOD $argv[2] set_array INPUT_FILES $argv[3,-1] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O CAN JAcoustics sh $DETECTOR_ID
Definition: footprint.sh:38
then fatal Wrong number of arguments fi JConvertDetectorFormat a o
do JPrintDAQHeader f $INPUT_FILE d read DETECTOR_ID RUN FRAME_INDEX TIMESLICE_START set_variable OUTPUT_FILE $WORKDIR KM3NeT_
then fatal Detector file should be binary format fi eval JPrintDetector a $DETECTOR O IDENTIFIER typeset a INPUT_FILES expand_array RUNS for RUN in $RUNS[*]
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
Definition: JAcoustics.sh:21
then JCalibrateToT a
Definition: JTuneHV.sh:113
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR set_variable DEBUG set_variable WORKDIR if do_usage *then usage for INPUT_FILE in $INPUT_FILES[*]
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DEBUG set_variable WORKDIR
Definition: JLegolas.sh:20
* usage
do sput $STRING $FLOOR sget MODULE INPUT_FILES
Definition: JCanberra.sh:79
$WORKDIR ev_configure_dqsimulator txt echo process $DQ_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DQ_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
set_array INPUT_FILES argv[2,$((START_INDEX_STRING-1))] set_array STRINGS
fi set_variable FILENAME $WORKDIR
Definition: datalogs.sh:34
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 JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:48
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 error Missing CDF files error Run
Definition: JSirene.sh:58
then cp
set_variable DETECTOR
do set_variable DETECTOR_TXT $WORKDIR detector
then echo
Definition: JQAQC.sh:90
then usage $script[user directory] nThe user directory should be specified when this script is submitted in a batch queue fi set_variable WORKDIR pwd set_variable HOMEDIR $WORKDIR case set_variable HOMEDIR
script
Definition: JAcoustics.sh:2
do echo Generating $dir eval D
Definition: JDrawLED.sh:53
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