4 # --------------------------------------------------------------------------------------------
 
    6 # Steering script for the global-fit-of-global-fits procedure of the D_ORCA006 (49) 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            49
 
   18 set_array     RUNS                   7600 7700 7800 7900 8000 8100 8200
 
   19 set_variable: THREADS                ACOUSTICS_THREADS       5
 
   20 set_variable  SINGULARITY            -
 
   21 set_variable  WORKDIR                `pwd`
 
   22 set_variable  HOMEDIR                $WORKDIR
 
   25     usage "$script [user directory]"\
 
   26           "\nThe user directory should be specified when this script is submitted in a batch queue."
 
   30     1)  set_variable HOMEDIR              $1;;
 
   32     *)  fatal "Wrong number of arguments."
 
   35 source JAcousticsToolkit.sh
 
   37 set_variable  DETECTOR_INITIAL       detector_initial.datx
 
   38 set_variable  TRIPOD_INITIAL         tripod_initial.txt
 
   53 cat>$TRIPOD_INITIAL<<EOF
 
   54 # Data are from V. Bertin, private communications.
 
   55 1  256877.5  4743716.7  -2438.4
 
   56 2  256815.5  4743395.0  -2435.5
 
   57 3  257096.2  4743636.0  -2439.5
 
   60 # Apply modifications.
 
   63     -a $DETECTOR_INITIAL     \
 
   67 eval `JPrintDetector -a detector.datx -O SUMMARY`
 
   69 for STRING in ${STRINGS[*]}; do
 
   71     set_variable  MODULE  `getModule -a detector.datx -L "$STRING 0"`
 
   75         -M "$MODULE setz -2.9"   \
 
   81     -M "808972598 swap 27 28"        \
 
   84 cp -p  $TRIPOD_INITIAL  tripod.txt
 
   86 cat>acoustics_trigger_parameters.txt<<EOF
 
   93 # disable transmissions
 
   94 # $214a44c8-fb8c-490a-920e-41897730822a$
 
   95 # GIT 18.3.0-305-g4e82b04f4-D
 
   97 # application JEditDisable
 
   98 # command /data1/dejong/km3net/GIT/Jpp/out//Linux/bin//JEditDisable -f disable.log -o disable.log -a detector.datx -q -d 2 --!
 
  100 # 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
 
  111 cat>transmitter.txt<<EOF
 
  115 cat>hydrophone.txt<<EOF
 
  116 # Data from D_ORCA006_hydrophones.csv
 
  125 JAcousticsEventBuilder.sh  detector.datx  $RUNS[*]
 
  127 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
 
  134 if [ ! $HOMEDIR -ef $WORKDIR ]; then
 
  135     cp -p $HOMEDIR/$ACOUSTICS_DETECTOR     $WORKDIR
 
  136     cp -p $HOMEDIR/${^ACOUSTICS_KEYS}.txt  $WORKDIR
 
  137     cp -p $HOMEDIR/${^ACOUSTICS_AUXS}.txt  $WORKDIR
 
  138     cp -p $HOMEDIR/${^INPUT_FILES}         $WORKDIR
 
  142 stage  1b  ${SINGULARITY}1  0  100.0e-6  10.0   0  0.001  0.1
 
  143 stage  2a  ${SINGULARITY}1  0  100.0e-6  10.0  20  0.2    0.5
 
  144 stage  2c  ${SINGULARITY}1  0  100.0e-6  10.0  20  0.2       
 
  145 stage  3a  ${SINGULARITY}1  0   50.0e-6  10.0  20  0.2    0.5
 
  146 stage  3c  ${SINGULARITY}1  0   50.0e-6  10.0  20  0.2       
 
  149 JSydney.sh  detector.datx  $INPUT_FILES[*]  script.txt
 
  151 if [ ! $HOMEDIR -ef $WORKDIR ]; then