Skip to content
Snippets Groups Projects
Commit 0e1e07d3 authored by Yero1990's avatar Yero1990 Committed by Eric Pooser
Browse files

Modify readme.MD FILE (#149)

parent 53938fc0
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Running code
* Rename the new parameter files as follows:
* copy: pdc_tzero_per_wire_run%d_NEW.param to pdc_tzero_per_wire.param
* copy: pdriftmap_new.param to pdriftmap.param
* copy: pdriftmap_run%d_NEW.param to pdriftmap.param
* Before replaying the data again, set the parameter 'p_using_tzero_per_wire = 1' to
allow the source code (hcana) to read the parameter values during the replay.
......@@ -66,7 +66,7 @@ Brief decription of code
Also contains two "tzero vs. wirenumber" plots: one for all wires, and the other is after setting tzero=0 for
wires that did not have enough statistics for a good quality fit, a weighted average was calculated for the latter.
-- outputs data_file: 'shms_dc_planetzero_run%d.dat' -> contains list of "tzero" values for all wires
-- outputs data_file: 'shms_dc_planetzero_run%d.dat' -> contains list of "tzero" values for all wires (plane e.g. 2u1, 1x2, ...)
'shms_dc_planetzero_run%d_updated.dat' -> contains list of "tzero" values for all wires that
had a good fit. The remaining tzeros are set to 0.
'tzero_weighted_avg_run%d.dat -> contains weighted tzero values per plane
......@@ -78,11 +78,11 @@ Brief decription of code
-- outputs param_file: /hallc_replay/PARAM/SHMS/DC/pdc_tzero_per_wire_run%d_NEW.param, where %d=run_number
-- contains tzero values for all wires in all planes, but the file is formatted so that the values may be read by the source code (hcana)
** get_pdc_time_histo_tzero_corrected.C
-- outputs root_file: 'shms_tzero_corr_histos.root'
** get_pdc_time_histo_tzero_corrected_v2.C
-- outputs root_file: 'shms_tzero_corr_histo.root'
-- contains list of "t0-corrected" wire drift times, and their respective plane drift times.
** get_LookUp_Values.C
-- outputs param_file: /hallc_replay/PARAM/SHMS/DC/pdriftmap_new.param
-- outputs param_file: /hallc_replay/PARAM/SHMS/DC/pdriftmap_run%d_NEW.param
-- contains scaling factors calculated from the corrected plane drift times on a bin-by-in basis. These values get read by the source code
which will be used to scale the drift distance histograms.
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