Skip to content
Snippets Groups Projects
Commit 30a7090f authored by Carlos Yero's avatar Carlos Yero
Browse files

added version 2 of the script to add t0 corrections

parent be839524
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
gSystem->Exec("root -l -q get_tzero_per_wire_param.C"); gSystem->Exec("root -l -q get_tzero_per_wire_param.C");
//execute code to get t0 corrected drift times //execute code to get t0 corrected drift times
gSystem->Exec("root -l -q get_pdc_time_histo_tzero_corrected.C"); gSystem->Exec("root -l -q get_pdc_time_histo_tzero_corrected_v2.C");
//execute code to update LookUp Table //execute code to update LookUp Table
gSystem->Exec("root -l -q get_LookUp_Values.C"); gSystem->Exec("root -l -q get_LookUp_Values.C");
......
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