Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JARCACalibrateMuon.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 #
3 # \author bofearraigh
4 #
5 script=${0##*/}
6 
7 # ------------------------------------------------------------------------------------------
8 #
9 # Script to run the JCalibrateMuon for ARCA.
10 #
11 # ------------------------------------------------------------------------------------------
12 
13 if [ -z $JPP_DIR ]; then
14  echo "Variable JPP_DIR undefined."
15  exit
16 fi
17 source $JPP_DIR/setenv.sh $JPP_DIR
18 
20 set_variable PDF $JPP_DATA/J%p.dat
21 set_variable HISTOGRAM 260 -30.0 +100.0
22 
23 if ( do_usage $* ); then
24  usage "$script <detector file> <input file> <output file> [PDF file descriptor]"
25 fi
26 
27 case $# in
28  4) set_variable PDF $4;&
32  *) fatal "Wrong number of arguments.";;
33 esac
34 
35 PARAMETERS=(
36  TTS_ns 2
37  E_GeV 1.0e3
38  TMin_ns -50.0
39  TMax_ns +450.0
40  R_Hz 6.0e3
41  roadWidth_m 175.0
42  numberOfPrefits 1)
43 
45 
46 eval JCalibrateMuon \
47  -a $DETECTOR \
48  -f $INPUT_FILE \
49  -o $OUTPUT_FILE \
50  -P $PDF \
51  -@ `make_equation PARAMETERS` \
52  -c \"$HISTOGRAM\" \
53  -d $DEBUG --!
54 
55 CHECK_EXIT_CODE
56 
57 timer_stop
58 timer_print
void set_variable(const std::string &name, const std::string &value)
Set environment variable.
set_variable INPUT_FILE
exit
Definition: JPizza.sh:36
do set_array DAQHEADER JPrintDAQHeader f
Definition: JTuneHV.sh:79
then echo
then timer_start(JRandomTimesliceWriter-a ${DETECTOR}-o ${PIPE}-n ${NUMBER_OF_SLICES}-P ${PMT_FILE}-d ${DEBUG}-S ${SEED}-B"$BACKGROUND_HZ"-N"$RECYCLING"--!&&for((i=0;$i!=10;++i));do;echo 'EOF' > $PIPE;usleep 100000;done &&rm-f $PIPE)&JTimesliceReprocessor-a $
then usage $script< detector file >< inputfile >< outputfile > fi case set_variable PDF
do $DIR JTransitTime o
Definition: JTransitTime.sh:44
* usage
then JFileTuna f $INPUT_FILE
Definition: file-Tuna.sh:66
&set_variable OUTPUT_FILE
then JCalibrateToT a
Definition: JTuneHV.sh:108
set_variable DETECTOR
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 CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Definition: JCanberra.sh:38
script
Definition: JAcoustics.sh:2
then $DIR JPlotNPE PDG P
Definition: JPlotNPE-PDG.sh:60
#define DEBUG(A)
Message macros.
Definition: JMessage.hh:62