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
26 if ( do_usage $* );
then
27 usage "$script <working directory> <detector file> <threshold data directory>"
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 \
void set_variable(const std::string &name, const std::string &value)
Set environment variable.
then usage $script< working directory >< detectorfile >< thresholddatadirectory > fi case set_variable THDIR
then usage $script< data file >< detectorfile > fi case set_variable DETX
do set_array DAQHEADER JPrintDAQHeader f
static const double C
Physics constants.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
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
#define DEBUG(A)
Message macros.