sh run.sh FirstRunNumber LastRunNumber
general_info.txt
: The general file health and run status check.run.sh
will only update this file, instead of recreating.hot_tower_summary.txt
: Hot tower information of all runs inrun_result
.run_result/run_hist_*.root
: The hot tower's signal figure.run_result/run_info_*.txt
: Packet number, channel number, and N_entry for each run.
-
The hot tower is identified with the following rules:
- hot signal case 1: 12 samples' RMS of a single event > 6.
- hot signal case 2: 12 samples' mean of a single event > 7000 ADC.
- 1% (10 out of 1000) events has hot signal.
- You can change the threshold in
saHCal.h
. For the 1% frequency, you have to change thefrequency_threshold
insaHCal.h
and theprun(#events)
insaHCal.C
.
-
If you want to analyze a particular run list, please change the
runnumber.list
in themacro/
directory. The format is that each line contains one run number. Themake_runlist.sh
script can help generate the run list and can be used as:
sh make_runlist.sh FirstRunNumber LastRunNumber