9 # ------------------------------------------------------------------------------------------
 
   11 #                         Utility script to test threshold calibration.
 
   13 # ------------------------------------------------------------------------------------------
 
   14 # all data related to the threshold calibration have to be set in the same directory
 
   17 if [ -z $JPP_DIR ]; then
 
   18     echo "Variable JPP_DIR undefined."
 
   22 source $JPP_DIR/setenv.sh $JPP_DIR
 
   27     usage "$script <working directory> <detector file> <threshold data directory>"
 
   31         3)      set_variable    THDIR           $3;
 
   33                 set_variable    WORKDIR         $1;;
 
   34         *) fatal "wrong number of arguments!";;
 
   40 for FILEPATH in $(ls ${WORKDIR}/${THDIR}/); do
 
   41         CURFILE=("${WORKDIR}/${THDIR}/${FILEPATH}")
 
   49                         -a ${WORKDIR}/${DETX} \
 
   51                         -o ${WORKDIR}/${FILEPATH%.root}_calibrateToT.root
 
   57                         -f ${WORKDIR}/${FILEPATH%.root}_calibrateToT.root \
 
   58                         -o ${WORKDIR}/${DETX%.detx}_integrateToT.txt \
 
   59                         -a ${WORKDIR}/${DETX} \
 
   68                 -a ${WORKDIR}/${DETX} \
 
   69                 -f ${WORKDIR}/${DETX%.detx}_integrateToT.txt \
 
   70                 -o ${WORKDIR}/${DETX%.detx}_thresholdTuning.json \