Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JRandomEventRunByRun.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 #
3 # \author zaly
4 #
5 version=1.0
6 script=${0##*/}
7 
8 # ------------------------------------------------------------------------------------------
9 #
10 # Script to jointly run JRandomTimesliceWriter and JTriggerProcessor in run-by-run mode.
11 #
12 # ------------------------------------------------------------------------------------------
13 
14 if [ -z $JPP_DIR ]; then
15  echo "Variable JPP_DIR undefined."
16  exit
17 fi
18 
19 # set environment for Jpp
20 source $JPP_DIR/setenv.sh $JPP_DIR
21 
22 
23 set_variable DEBUG ${RANDOMEVENT_DEBUG:-1}
25 set_variable PIPE $WORKDIR/pipe.dat
26 set_variable OUTPUT_FILE $WORKDIR/trigger_processor.root
27 set_variable DETECTOR $JPP_DATA/km3net_reference.detx
28 set_variable TRIGGER $JPP_DATA/trigger_parameters_arca.txt
29 set_variable PMT_FILE $JPP_DATA/PMT_parameters.txt
30 set_variable BACKGROUND_HZ ${RANDOMEVENT_BACKGROUND_HZ:-${BACKGROUND_HZ:-0.0 600 60 6 0.6}}
31 set_variable NUMBER_OF_SLICES ${RANDOMEVENT_SLICES:-10}
32 set_variable RECYCLING ${RANDOMEVENT_RECYCLING:-"0 0"}
33 set_variable JDAQ_TIMESLICE JDAQTimesliceL0
34 set_variable FACTOR ${RANDOMEVENT_FACTOR:-${FACTOR:-1.0}}
35 set_variable SEED ${RANDOMEVENT_SEED:-0}
36 
37 
38 if ( do_usage $* ); then
39  usage "$script [daq file [detector file [pipe [output file [trigger file [PMT parameters file]]]]]]"
40 fi
41 
42 case $# in
49 esac
50 
51 
53 check_input_file $DETECTOR $TRIGGER $PMT_FILE
54 check_output_file $OUTPUT_FILE
55 
56 #################################################################################################
57 #
58 # The sampler values correspond to N_on N_off, respectively (note that sampler calls JSampler),
59 # where:
60 # N_on = number of time slices to read;
61 # N_off = number of time slices to skip.
62 #
63 # The sampler option works as follows.
64 # It will
65 # read -on average- N_on consecutive time slices and
66 # skip -on average- N_off time slices
67 # modulo the number of time slices in the file.
68 #
69 # The larger N_on, the faster the reading, because this reduces the random accesses
70 # of the data taking file to pick up a next time slice.
71 # The smaller N_off, the less time slices are skipped.
72 # So, N_on = 0 guarantees that all time slices are sampled.
73 # Note that if the number of time slices to be produced is small, then too small a value of N_off
74 # could create a bias because only the first time slices of the data taking file are then sampled.
75 #################################################################################################
76 
77 RUNBYRUN="file=$DAQ_FILE; sampler=1 1000; range_Hz=1e3 1e5"
78 
79 rm -f $PIPE
80 mkfifo $PIPE
81 
82 if [[ -p $PIPE ]]; then
83 
85 
86  JRandomTimesliceWriter \
87  -a ${DETECTOR} \
88  -o ${PIPE} \
89  -n ${NUMBER_OF_SLICES} \
90  -P ${PMT_FILE} \
91  -P "QE=${FACTOR}" \
92  -d ${DEBUG} \
93  -S ${SEED} \
94  -B "$BACKGROUND_HZ" \
95  -N "$RECYCLING" \
96  -r "${RUNBYRUN}" \
97  --! &
98 
99  JTriggerProcessor \
100  -a ${DETECTOR} \
101  -f ${PIPE} \
102  -@ ${TRIGGER} \
103  -C ${JDAQ_TIMESLICE} \
104  -o ${OUTPUT_FILE} \
105  -d ${DEBUG} \
106  --!
107 
108  rm -f $PIPE
109 
110  timer_stop
111  timer_print
112 
113  JPrintTree \
114  -f ${OUTPUT_FILE}
115 
116 else
117 
118  fatal "Error opening $PIPE."
119 fi
120 
121 JTriggerMonitor -f ${OUTPUT_FILE} -o ${OUTPUT_FILE}.monitor.root --!
void set_variable(const std::string &name, const std::string &value)
Set environment variable.
exit
Definition: JPizza.sh:36
&set_variable PIPE
Definition: JRandomEvent.sh:43
data_type r[M+1]
Definition: JPolint.hh:742
&set_variable JDAQ_TIMESLICE
Definition: JLegolas.sh:29
then JPizza f
Definition: JPizza.sh:46
then echo
static const double C
Physics constants.
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 $
esac print_variable DETECTOR TRIGGER OUTPUT_FILE BACKGROUND_HZ PMT_FILE check_input_file $DETECTOR $TRIGGER $PMT_FILE check_output_file $OUTPUT_FILE RUNBYRUN
do $DIR JTransitTime o
Definition: JTransitTime.sh:44
* usage
&set_variable DETECTOR_FILE set_variable DAQ_FILE
do set_variable SIGMA_NS set_variable OUTLIERS set_variable OUTPUT_FILE matrix[${ALPHA_DEG}\deg\] root $JPP JMatrixNZ a $DETECTOR f $INPUT_FILE o $OUTPUT_FILE S
Definition: JMatrixNZ.sh:56
&set_variable OUTPUT_FILE
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
Definition: JMuonPath.sh:45
then JCalibrateToT a
Definition: JTuneHV.sh:116
then set_variable MODULE getModule a $DETECTOR L $STRING $FLOOR JEditDetector a $DETECTOR M $MODULE add $X o $DETECTOR else echo No update of detector $DETECTOR
alias put_queue eval echo n
Definition: qlib.csh:19
then display $WORKDIR
Definition: plot-Domino.sh:127
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
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR set_variable DEBUG set_variable WORKDIR set_variable PIPE $WORKDIR pipe dat set_variable OUTPUT_FILE $WORKDIR timeslice root set_variable DETECTOR $JPP_DATA km3net_reference detx set_variable TRIGGER $JPP_DATA trigger_parameters_arca txt set_variable PMT_FILE $JPP_DATA PMT_parameters txt set_variable BACKGROUND_HZ
then usage $script[input file[working directory[option]]] nWhere option can be N
Definition: JMuonPostfit.sh:37
version
Definition: JCalibratePMT.sh:7
then usage $script< detector file >< inputfile > fi case set_variable WORKDIR
Definition: JLegolas.sh:28
then $DIR JPlotNPE PDG P
Definition: JPlotNPE-PDG.sh:60
&set_variable TRIGGER
#define DEBUG(A)
Message macros.
Definition: JMessage.hh:62