Skip to content
Snippets Groups Projects
Commit 9cd5dffb authored by Mark Jones's avatar Mark Jones Committed by Mark K Jones
Browse files

Add reference time cuts PARAMETERS for SHMS/HMS

Add file PARAM/SHMS/GEN/p_reftime_cut.param

Add file PARAM/HMS/GEN/h_reftime_cut.param

Update the COIN/SHMS/HMS general.param in DBASE
to use these files.
parent c0afe740
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ cminch=2.54
#include "PARAM/HMS/GEN/hdebug.param"
#include "PARAM/HMS/GEN/hmsflags.param"
#include "PARAM/HMS/GEN/htracking.param"
#include "PARAM/HMS/GEN/h_reftime_cut.param"
; HMS default geometry parameter files
#include "PARAM/HMS/CER/hcer_geom.param"
......@@ -45,6 +46,7 @@ cminch=2.54
#include "PARAM/SHMS/GEN/pdebug.param"
#include "PARAM/SHMS/GEN/shmsflags.param"
#include "PARAM/SHMS/GEN/ptracking.param"
#include "PARAM/SHMS/GEN/p_reftime_cut.param"
; SHMS default geometry parameter files
#include "PARAM/SHMS/NGCER/pngcer_geom.param"
......
......@@ -16,6 +16,7 @@ cminch=2.54
#include "PARAM/HMS/GEN/hdebug.param"
#include "PARAM/HMS/GEN/hmsflags.param"
#include "PARAM/HMS/GEN/htracking.param"
#include "PARAM/HMS/GEN/h_reftime_cut.param"
; HMS default geometry parameter files
#include "PARAM/HMS/CER/hcer_geom.param"
......
......@@ -16,6 +16,7 @@ cminch=2.54
#include "PARAM/SHMS/GEN/pdebug.param"
#include "PARAM/SHMS/GEN/shmsflags.param"
#include "PARAM/SHMS/GEN/ptracking.param"
#include "PARAM/SHMS/GEN/p_reftime_cut.param"
; SHMS default geometry parameter files
#include "PARAM/SHMS/NGCER/pngcer_geom.param"
......
; Cut to select the Reference time when multiple hits in reference time
; The units in channels for the module (CAEN tdc or FADC)
; negative value refcut means that the first reference time greater than the abs(refcut)
; is used as reftime. If no ref time is found greater than the abs(refcut) then first
; reference time is used.
; positive value refcut means that the the first reference time greater than the abs(refcut)
; is used as reftime. If no ref time is found greater than the abs(refcut) then no
; reference time is used and warning message is produced.
; Cut is on reference time per detector.
hdc_tdcrefcut=-14000.
hhodo_tdcrefcut=-2000.
hhodo_adcrefcut=-150./.0625
hcer_adcrefcut=-150./.0625
hcal_adcrefcut=-150./.0625
; Cut to select the Reference time when multiple hits in reference time
; The units in channels for the module (CAEN tdc or FADC)
; negative value refcut means that the first reference time greater than the abs(refcut)
; is used as reftime. If no ref time is found greater than the abs(refcut) then first
; reference time is used.
; positive value refcut means that the the first reference time greater than the abs(refcut)
; is used as reftime. If no ref time is found greater than the abs(refcut) then no
; reference time is used and warning message is produced.
; Cut is on reference time per detector.
pdc_tdcrefcut=-14000.
phodo_tdcrefcut=-3000.
phodo_adcrefcut=-200./.0625
pngcer_adcrefcut=-200./.0625
phgcer_adcrefcut=-200./.0625
paero_adcrefcut=-200./.0625
pcal_adcrefcut=-200./.0625
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment