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

Update SHMS KPP hodo

parent ac89146e
No related branches found
No related tags found
No related merge requests found
#real raddeg
raddeg=3.14159265/180
#real cminch
cminch=2.54
; General Hall-C parameter files
#include "PARAM/GEN/genflags.param"
#include "PARAM/GEN/gdebug.param"
#include "PARAM/GEN/gtarget.param"
#include "PARAM/GEN/gbeam.param"
#include "PARAM/GEN/gscalers.param"
; General SHMS parameter files
; Note: shmsflags.param includes spectrometer offsets and options.
#include "PARAM/SHMS/GEN/pcana.param"
#include "PARAM/SHMS/GEN/pdebug.param"
#include "PARAM/SHMS/GEN/shmsflags.param"
#include "PARAM/SHMS/GEN/ptracking.param"
; SHMS default geometry parameter files
#include "PARAM/SHMS/NGCER/GEOM/pngcer_geom.param"
#include "PARAM/SHMS/DC/GEOM/pdc_geom.param"
#include "PARAM/SHMS/HODO/GEOM/phodo_geom.param"
#include "PARAM/SHMS/HGCER/GEOM/phgcer_geom.param"
#include "PARAM/SHMS/AERO/GEOM/paero_geom.param"
#include "PARAM/SHMS/CAL/GEOM/pcal_geom.param"
; SHMS default cut parameter files
#include "PARAM/SHMS/NGCER/CUTS/pngcer_cuts.param"
#include "PARAM/SHMS/DC/CUTS/pdc_cuts.param"
#include "PARAM/SHMS/HODO/CUTS/KPP_Spring_2017/phodo_cuts.param"
#include "PARAM/SHMS/HGCER/CUTS/phgcer_cuts.param"
#include "PARAM/SHMS/AERO/CUTS/paero_cuts.param"
#include "PARAM/SHMS/CAL/CUTS/pcal_cuts.param"
; SHMS default calibration parameter files
#include "PARAM/SHMS/NGCER/CALIB/pngcer_calib.param"
#include "PARAM/SHMS/DC/CALIB/pdc_calib.param"
#include "PARAM/SHMS/DC/CALIB/pdc_tzero_per_wire.param"
#include "PARAM/SHMS/HODO/CALIB/phodo_calib.param"
#include "PARAM/SHMS/HGCER/CALIB/phgcer_calib.param"
#include "PARAM/SHMS/AERO/CALIB/paero_calib.param"
#include "PARAM/SHMS/CAL/CALIB/pcal_calib.param"
......@@ -3,6 +3,8 @@ g_ctp_parm_filename ="DBASE/SHMS/GEN/general.param"
g_ctp_kinematics_filename ="DBASE/SHMS/STD/standard.kinematics"
g_ctp_calib_filename ="DBASE/SHMS/GEN/default_det_calib_files.param"
464-488
g_ctp_parm_filename ="DBASE/SHMS/GEN/KPP_Spring_2017/general.param"
464-464
g_ctp_calib_filename ="DBASE/SHMS/GEN/KPP_Spring_2017/calib_464.param"
......
This diff is collapsed.
; Cosmic flag for beta calculation
pcosmicflag=0
; for now manually set hte FADC mode
; 1 == Use the pulse int - pulse ped
; 2 == Use the sample integral - known ped
; 3 == Use the sample integral - sample ped
; if not set then defaults to use the raw pulse integral
phodo_adc_mode=1
phodo_adc_tdc_offset = 200., 200., 200., 200.
; phodo_tdc_offset is array of time offsets for all paddles in a plane
; to move the tdc to between 0 and 4000 channels.
phodo_tdc_offset = 1860, 2000, 2060, 2000
; phodo set min and max fADC time window for all paddles in a plane in 'Channel' units
; the conversion is 0.0625 ns / channel for flash ADC 250
phodo_AdcTimeWindowMin = -10000.,-10000., -10000., -10000.
phodo_AdcTimeWindowMax = 10000., 10000., 10000., 10000.
; pstart_time_center center of allowed time window
pstart_time_center = 32.
; hstart_time_slop 1/2 width of time window
pstart_time_slop = 100.
; pscin_tdc_min minimum tdc value in hms scin
pscin_tdc_min = -500
; pscin_tdc_max maximum allowed tdc value
pscin_tdc_max = 1000
; pscin_tdc_to_time scin tdc time per channel
pscin_tdc_to_time = 0.1
; tof and you figured out good values
ptof_tolerance = 100.0
; shms_tof_params
; pnum_scin_counters, phodo_zpos, phodo_center_coord, phodo_width
; are all calculated within p_init_scin
; phodo_pos_coord and phodo_neg_coord are not yet used
phodo_slop = 2., 2., 4., 4.
ptofusinginvadc=1
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