4 # --------------------------------------------------------------------------------------------
6 # Steering script for the global-fit-of-global-fits procedure of the D0ARCA006 (75) detector.
8 # --------------------------------------------------------------------------------------------
10 if [ -z $JPP_DIR ]; then
11 echo "Variable JPP_DIR undefined."
15 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
17 set_variable DETECTOR_ID 75
18 set_array RUNS 9700 9777 9884 9984 10000 10113 10200 10263
19 set_variable: MUL ACOUSTICS_MUL -1.21e-2
20 set_variable: THREADS ACOUSTICS_THREADS 5
21 set_variable SINGULARITY -
22 set_variable WORKDIR `pwd`
23 set_variable HOMEDIR $WORKDIR
26 usage "$script [user directory]"\
27 "\nThe user directory should be specified when this script is submitted in a batch queue."
31 1) set_variable HOMEDIR $1;;
33 *) fatal "Wrong number of arguments."
36 source JAcousticsToolkit.sh
38 set_variable DETECTOR_INITIAL detector_initial.datx
39 set_variable TRIPOD_INITIAL tripod_initial.txt
50 -@ "tcal = A03166911" \
51 -@ "pcal = A02980895" \
52 -@ "rcal = A02980908" \
57 cat>$TRIPOD_INITIAL<<EOF
58 # See https://git.km3net.de/calibration/input_tables for the origin(s) of the values
59 2 +587441.700 +4017014.700 -3459.600
60 3 +587848.700 +4016749.700 -3459.600
61 4 +587657.170 +4017113.940 -3459.600
62 5 +587906.500 +4017094.300 -3459.600
65 # Apply modifications.
68 -a $DETECTOR_INITIAL \
72 eval `JPrintDetector -a detector.datx -O SUMMARY`
74 for STRING in ${STRINGS[*]}; do
76 set_variable MODULE `getModule -a detector.datx -L "$STRING 0"`
80 -M "$MODULE setz -11.7" \
86 -M "806481218 swap 9 11" \
89 cp -p $TRIPOD_INITIAL tripod.txt
91 cat>acoustics_trigger_parameters.txt<<EOF
98 # disable transmissions
99 # $db4060da-e8f6-4340-8a98-decceecd7418$
100 # GIT 18.3.0-305-g4e82b04f4-D
102 # application JEditDisable
103 # command /data1/dejong/km3net/GIT/Jpp/out//Linux/bin//JEditDisable -f disable.log -o disable.log -a detector.datx -q -d 2 --!
105 # system Linux verster.lorentz.leidenuniv.nl 6.6.8-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 21 04:01:49 UTC 2023 x86_64
128 cat>transmitter.txt<<EOF
132 cat>hydrophone.txt<<EOF
133 # Data from D0ARCA006_hydrophones.csv
134 9 -1 -0.57 -0.42 0.57
137 13 0 -0.68 -0.37 0.62
138 14 0 -0.20 -0.75 0.62
139 18 0 -0.70 -0.34 0.62
142 JAcousticsEventBuilder.sh detector.datx $RUNS[*]
144 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
151 if [ ! $HOMEDIR -ef $WORKDIR ]; then
152 cp -p $HOMEDIR/$ACOUSTICS_DETECTOR $WORKDIR
153 cp -p $HOMEDIR/${^ACOUSTICS_KEYS}.txt $WORKDIR
154 cp -p $HOMEDIR/${^ACOUSTICS_AUXS}.txt $WORKDIR
155 cp -p $HOMEDIR/${^INPUT_FILES} $WORKDIR
159 stage 1a 0 2 250.0e-6 10.0 20 0.5 0.5
160 stage 1b 0 2 250.0e-6 10.0 0 0.0005 0.2
161 stage 1c ${SINGULARITY}2 0 250.0e-6 10.0 20 0.3
162 stage 2a ${SINGULARITY}2 0 100.0e-6 10.0 20 0.2 0.2
163 stage 2c ${SINGULARITY}2 0 100.0e-6 10.0 20 0.2
164 stage 3a ${SINGULARITY}2 0 50.0e-6 10.0 20 0.2 0.2
165 stage 3c ${SINGULARITY}2 0 50.0e-6 10.0 20 0.2
168 JSydney.sh detector.datx $INPUT_FILES[*] script.txt
170 if [ ! $HOMEDIR -ef $WORKDIR ]; then