From 0d2c338e6f9b6a88bfc59d67bc0404d12d6e8b48 Mon Sep 17 00:00:00 2001 From: Mark Jones <jones@jlab.org> Date: Wed, 6 Dec 2017 17:49:25 -0500 Subject: [PATCH] Modify PARAM file hmsflags.param Changed to use name hsatcorr for the HMS correction. Set theta and oop central offsets to 0. Historically they were small. These will be determined by the heepcheck Left hpcentral_offset = -0.025 the historical value. This will be checked by heepcheck. --- PARAM/HMS/GEN/hmsflags.param | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/PARAM/HMS/GEN/hmsflags.param b/PARAM/HMS/GEN/hmsflags.param index 382ed6da..288fa8bf 100644 --- a/PARAM/HMS/GEN/hmsflags.param +++ b/PARAM/HMS/GEN/hmsflags.param @@ -19,7 +19,7 @@ ; ;saturation correction flag - genable_hms_satcorr = 2000 ;(0=disabled) - h_satcorr.f + hsatcorr = 2000 ; ; a correction to hsdelta event by event ; for a problem in setting Q3 current. ; There was an unknown zero offset in the Q3 current. @@ -28,25 +28,12 @@ ; the corrections to delta. ; Data taken with fields set by field99.f or earlier should set to 1999. ; Data taken with fields set by field00.f or later should set to 2000. +; These offsets are determined from elastic ep data. ; central field correction - genable_hms_fieldcorr = 1 ; (1=disabled) - h_fieldcorr.f - ; Need to enable for experiments before Jan 2002 . - ; experiments using field02 and field03 should disable. -; -; The following offsets are applied to the central kinematic variables -; in h_apply_offsets.f . These might be modified by an experiment -; after doing calibration with elastic ep. -; The values below are from T. Horn 2003 analysis - hpcentral_offset = -0.25 ; sets hpcentral = hpcentral * ( 1. + hpcentral_offset / 100. ) - ; experiments earlier than April 2003 - ; should use about -0.3 which is the best - ; estimate based on several previous experiments. - hthetacentral_offset = 0.0002 ; (rad) - ;htheta_lab=htheta_lab + hthetacentral_offset/degree -; This offset is determined from elastic ep data. -; Must be added to ssxptar when used in calculating lab angles. -; Example is in h_physics.f -; - h_oopcentral_offset = 0.0011 ; (rad) + hpcentral_offset = -0.025 + hthetacentral_offset = 0.000 ; (rad) + h_oopcentral_offset = 0.00 ; (rad) +; sets hpcentral = hpcentral * ( 1. + hpcentral_offset / 100. ) +; htheta_lab=htheta_lab + hthetacentral_offset/degree -- GitLab