From bdab8873b457f7a2b13c5acbb0ce65badc1cd688 Mon Sep 17 00:00:00 2001 From: mhuen Date: Mon, 10 Feb 2020 22:30:40 +0100 Subject: [PATCH] minor bugfix --- ic3_data/data_formats_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic3_data/data_formats_detector.py b/ic3_data/data_formats_detector.py index 9871571..fef19ba 100644 --- a/ic3_data/data_formats_detector.py +++ b/ic3_data/data_formats_detector.py @@ -194,4 +194,4 @@ def mc_tree_input_data(frame, pulses, config, dom_exclusions, data_dict = get_mc_tree_input_data_dict( frame, angle_bins_rad, distance_bins, distance_cutoff, energy_cutoff) - return data_dict + return global_time_offset, data_dict