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

Merge pull request #189 from MarkKJones/hodo_cal_update

Update PARAM files for hodo calibration
parents 13d64fb8 7fc8a6ea
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@ Compiling code
Running code
-----------
* First replay data with either
** HMS: gHcParms->Load("PARAM/HMS/HODO/htofcal.param");
** SHMS: gHcParms->Load("PARAM/HMS/HODO/ptofcal.param");
* The replay should put the new file : hfort.37 or pfort.37 in the CALIBRATION/hodo_calib directory
* First replay data by adding either line to replay script
** HMS: gHcParms->Load("PARAM/HMS/HODO/CALIB/htofcal.param");
** SHMS: gHcParms->Load("PARAM/SHMS/HODO/CALIB/ptofcal.param");
* The replay will put the new file : hfort.37 or pfort.37 in the CALIBRATION/hodo_calib directory
* Copy either hmstofcal.inp or shmstofcal.inp to tofcal.inp
* Execute ./tofcal
* Print out info on the initial chi2 of data and final chi2 of the fit.
......
;HMS Hodo Calibration paramters
hdumptof=1
hdumptof_filename="CALIBRATION/hodo_calib/hfort.37"
; new param from KPP HMS run 303
hhodo_pos_invadc_offset = -0.00, -0.00, -0.70, -0.00
......
;HMS Hodo Calibration paramters
hdumptof=1
hdumptof_filename="CALIBRATION/hodo_calib/hfort.37"
hhodo_pos_invadc_offset = 0.000, 0.0000, 0.000, 0.000
0.000, 0.0000, 0.000, 0.000
0.000, 0.0000, 0.000, 0.000
......
; set hdumptof =1 to write out the calibration file
hdumptof=1
hdumptof_filename="CALIBRATION/hodo_calib/hfort.37"
pdumptof = 1
pdumptof_filename = "CALIBRATION/hodo_calib/pfort.37"
phodo_pos_invadc_offset = -5.0000, -5.0000, 0.000, 0.000
-5.0000, -2.0000, 0.000, 0.000
......
; set pdumptof =1 to write out the calibration file
pdumptof = 0
pdumptof_filename = "CALIBRATION/hodo_calib/pfort.37"
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