4 # --------------------------------------------------------------------------------------------
 
    6 # Steering script for the global-fit-of-global-fits procedure of the D0ARCA028 (160) 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            160
 
   18 set_array     RUNS                   18826-18833
 
   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 <source directory> [user directory]"\
 
   27           "\nThe source directory corresponds to a pre-calibrated D0ARCA021 detector."\
 
   28           "\nThe user directory should be specified when this script is submitted in a batch queue."
 
   32     2)  set_variable HOMEDIR              $2;&
 
   33     1)  set_variable DIR                  ${1:a};;
 
   34     *)  fatal "Wrong number of arguments."
 
   37 source JAcousticsToolkit.sh
 
   40 # post-calibration of input detector
 
   42 mkdir -p $WORKDIR/post-calibration
 
   43 pushd    $WORKDIR/post-calibration
 
   45 post-calibration_D0ARCA021.sh  $DIR
 
   49 set_variable  DETECTOR               $WORKDIR/post-calibration/detector.datx
 
   50 set_variable  TRIPOD                 $WORKDIR/post-calibration/tripod.txt
 
   51 set_variable  DETECTOR_INITIAL       detector_initial.datx
 
   70     -o detector_tmp.datx --!
 
   72 eval `JPrintDetector -a $DETECTOR_INITIAL -O SUMMARY`;  FINAL_STRINGS=($STRINGS[*])
 
   73 eval `JPrintDetector -a detector_tmp.datx -O SUMMARY`;  FIXED_STRINGS=($STRINGS[*])
 
   75 # Apply modifications.
 
   78     -a $DETECTOR_INITIAL     \
 
   82 eval `JPrintDetector -a detector.datx -O SUMMARY`
 
   84 for STRING in ${STRINGS[*]}; do
 
   86     set_variable  MODULE  `getModule -a detector.datx -L "$STRING 0"`
 
   90         -M "$MODULE setz -11.7"  \
 
   94 JEditDetector   -a detector.datx  -r "$FIXED_STRINGS[*]"  -o detector.datx --!
 
   95 JMergeDetector  -a detector.datx  -a detector_tmp.datx    -o detector.datx --!
 
   99     -M "817603901 lower $((+60.0 * $PI / 180.0 ))" \
 
  107 cat>acoustics_trigger_parameters.txt<<EOF
 
  114 # disable transmissions
 
  115 # $9136f45a-c2f3-450e-b450-ba8ea4497983$
 
  116 # GIT 18.3.0-306-g8309c53d6-D
 
  118 # application JEditDisable
 
  119 # command /data1/dejong/km3net/GIT/Jpp/out//Linux/bin//JEditDisable -f disable.log -o disable.log -a detector.datx -q -d 2 --!
 
  121 # 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
 
  218 cat>transmitter.txt<<EOF
 
  219 # Data from D0ARCA028_baseAcousticBeacon.csv
 
  220 11   16  0   0.03  -0.77   0.48
 
  221 14    5  0   0.74   0.23   0.48
 
  222 15   32  0  -0.38  -0.67   0.48
 
  223 16    8  0   0.44   0.63   0.48
 
  224 17   18  0   0.12   0.76   0.48
 
  227 cat>hydrophone.txt<<EOF
 
  228 # Data from D0ARCA028_hydrophones.csv
 
  229    9 -1  -0.57  -0.42   0.57
 
  232   13  0  -0.68  -0.37   0.62
 
  233   14  0  -0.20  -0.75   0.62
 
  235   15  0  -0.72  -0.27   0.62
 
  236   19  0  -0.16  -0.76   0.62
 
  239   23  0  -0.59  -0.49   0.62
 
  240   24  0  -0.68  -0.37   0.62
 
  243   25  0  -0.74  -0.22   0.62
 
  244   30  0  -0.08  -0.77   0.62
 
  254   14  0  -0.20  -0.75   0.62
 
  255   15  0  -0.75  -0.20   0.62
 
  257   18  0  -0.22  -0.74   0.62
 
  261 JAcousticsEventBuilder.sh  detector.datx  $RUNS[*]
 
  263 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
 
  270 if [ ! $HOMEDIR -ef $WORKDIR ]; then
 
  271     cp -p $HOMEDIR/$ACOUSTICS_DETECTOR     $WORKDIR
 
  272     cp -p $HOMEDIR/${^ACOUSTICS_KEYS}.txt  $WORKDIR
 
  273     cp -p $HOMEDIR/${^ACOUSTICS_AUXS}.txt  $WORKDIR
 
  274     cp -p $HOMEDIR/${^INPUT_FILES}         $WORKDIR
 
  279 fix  string  $FIXED_STRINGS[*]
 
  280 fix  tripod  $FIXED_TRIPODS[*]
 
  282 stage  1A  0                2  250.0e-6  10.0  20  0.5    0.5
 
  283 stage  1B  0                2  250.0e-6  10.0   0  0.0005 0.2
 
  284 stage  1C  ${SINGULARITY}2  0  250.0e-6  10.0  20  0.3       
 
  285 stage  2A  ${SINGULARITY}2  0  100.0e-6  10.0  20  0.2    0.2
 
  286 stage  2C  ${SINGULARITY}2  0  100.0e-6  10.0  20  0.2       
 
  290 stage  2a  ${SINGULARITY}2  0  100.0e-6  10.0  20  0.2    0.2
 
  291 stage  2c  ${SINGULARITY}2  0  100.0e-6  10.0  20  0.2       
 
  292 stage  3a  ${SINGULARITY}2  0   50.0e-6  10.0  20  0.2    0.2
 
  293 stage  3c  ${SINGULARITY}2  0   50.0e-6  10.0  20  0.2       
 
  296 JSydney.sh  detector.datx  $INPUT_FILES[*]  script.txt
 
  298 if [ ! $HOMEDIR -ef $WORKDIR ]; then