Skip to content
Snippets Groups Projects
Commit aa26667c authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Set flags to dump info for TOF calibration in hodtest_daq07.C

parent ea1cf004
No related branches found
No related tags found
No related merge requests found
#
# Load this file to have analyzer dump Time of Flight calibration
# data for the HMS
#
hdumptof = 1
hdumptof_filename = "htofcal.dump"
......@@ -21,6 +21,8 @@
// configurable
gHcParms->Load("PARAM/hcana.param");
gHcParms->Load("PARAM/hdumptof.param");
// Generate db_cratemap to correspond to map file contents
char command[100];
sprintf(command,"./make_cratemap.pl < %s > db_cratemap.dat",gHcParms->GetString("g_decode_map_filename"));
......
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