00001
00002
00003
00004 void tof_reload(){
00005
00006
00007 gROOT->Macro("LoadLogger.C");
00008
00009
00010
00011 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofINLSCorr\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00012
00013
00014 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofGeomAlign\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00015
00016
00017 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofDaqMap\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00018 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofTrayConfig\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00019
00020
00021 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofTrgWindow\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00022 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"vpdDelay\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00023
00024
00025
00026
00027
00028 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofTotbCorr\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00029 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofZbCorr\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00030 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"tofTOffset\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00031
00032
00033 gROOT->ProcessLine(".x table_reupload.C(\"Calibrations_tof\", \"vpdTotCorr\", \"ofl\", \"2011-12-19 00:00:00\",\"2011-12-20 00:00:00\"");
00034 }
00035