9 # ------------------------------------------------------------------------------------------ 
   11 #                         Utility script to test sea time calibration. 
   13 # ------------------------------------------------------------------------------------------ 
   14 # all data related to intradom time calibration have to be set in the same directory 
   16 # When performing a time calibration between DOMs, some PMT time offsets must be kept fixed. 
   17 # for standard sea time calibration, the time offsets kept fixed are those of the  
   18 # reference PMTs. The identity of the reference PMT can be given in argument as an integer  
   19 # (since all DOMs are supposed to have the same reference PMT, 7 or 15 most of the time). 
   21 # In case of a time calibration after a threshold tuning, or in case of different  
   22 # reference PMT identity for each DOM, a file can be given as an argument. The file  
   23 # contains a list of DOM and PMT identities that must have a fix time offset.  
   25 if [ -z $JPP_DIR ]; 
then 
   26     echo "Variable JPP_DIR undefined." 
   30 source $JPP_DIR/setenv.sh $JPP_DIR
 
   34 if ( do_usage $* ); 
then 
   35     usage "$script <working directory> <detector file> <intra data directory> <reference PMTs>" 
   43         *) fatal 
"wrong number of arguments!";;
 
   46 if [[ ${
PMT} =~ ^[+-]?[0-9]+$ ]]; 
then 
   55 for FILEPATH 
in $(ls ${WORKDIR}/${INTRADIR}/); 
do 
   56         FILELISTINTRA1+=(
"${WORKDIR}/${INTRADIR}/${FILEPATH}")
 
   64                 -
f ${FILELISTINTRA2} \
 
   65                 -
a ${WORKDIR}/${DETX} \
 
   66                 -
o calibrateK40_sea.root \
 
   76                 -
f calibrateK40_sea.root \
 
   77                 -
o mergecalibrateK40_sea.root
 
   81         cp ${WORKDIR}/${DETX} ${WORKDIR}/${
BASENAME}_seaCalibration_pmt${pmtName}.detx 
 
   87                 -
f mergecalibrateK40_sea.root \
 
   88                 -
a ${WORKDIR}/${
BASENAME}_seaCalibration_pmt${pmtName}.detx \
 
   89                 -
o fitK40_pmt${pmtName}_sea.root \
 
void set_variable(const std::string &name, const std::string &value)
Set environment variable. 
 
JFitK40_t< TF2 > JFitK40
Type definition for backward compatibility. 
 
static const JPBS_t PMT(3, 4, 2, 3)
PBS of photo-multiplier tube (PMT) 
 
then usage $script< data file >< detectorfile > fi case set_variable DETX
 
do set_array DAQHEADER JPrintDAQHeader f
 
static const double C
Physics constants. 
 
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
 
then $JPP_DIR software JCalibrate JCalibrateToT a
 
esac set_variable BASENAME
 
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 source JAcoustics sh $DETECTOR_ID typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
 
then usage $script< detector file >< inputfile > fi case set_variable WORKDIR
 
source $JPP_DIR setenv csh $JPP_DIR eval JShellParser o a A
 
#define DEBUG(A)
Message macros.