2121 expert_username = "eberthol" ,
2222 description = __doc__ ,
2323 input_data_formats = ["raw" ],
24- input_data_names = ["mumutight_or_highm_calib " , "hadron_calib" , "cosmic_calib" ],
25- input_data_filters = {"mumutight_or_highm_calib " :
26- [INPUT_DATA_FILTERS ["Data Tag" ]["mumutight_or_highm_calib " ],
24+ input_data_names = ["mumutight_calib " , "hadron_calib" , "cosmic_calib" ],
25+ input_data_filters = {"mumutight_calib " :
26+ [INPUT_DATA_FILTERS ["Data Tag" ]["mumutight_calib " ],
2727 INPUT_DATA_FILTERS ["Data Quality Tag" ]["Good" ],
2828 INPUT_DATA_FILTERS ["Magnet" ]["On" ]],
2929 "hadron_calib" :
@@ -170,7 +170,7 @@ def get_calibrations(input_data, **kwargs):
170170 max_mumu_events_for_xt_sr = fraction_of_event_for_types [0 ] * max_events_for_xt_sr
171171 min_mumu_events_for_tz_tw = fraction_of_event_for_types [0 ] * min_events_for_tz_tw
172172 max_mumu_events_for_tz_tw = fraction_of_event_for_types [0 ] * max_events_for_tz_tw
173- file_to_iov_mumu = input_data ["mumutight_or_highm_calib " ]
173+ file_to_iov_mumu = input_data ["mumutight_calib " ]
174174 basf2 .B2INFO ("----> For T0 and Time walk correction" )
175175 chosen_files_mumu_for_tz_tw = select_files (list (file_to_iov_mumu .keys ()),
176176 min_mumu_events_for_tz_tw ,
@@ -189,8 +189,8 @@ def get_calibrations(input_data, **kwargs):
189189 max_jobs [0 ],
190190 min_events_per_file )
191191
192- files_for_xt_sr_dict ["mumutight_or_highm_calib " ] = chosen_files_mumu_for_xt_sr
193- files_for_tz_tw_dict ["mumutight_or_highm_calib " ] = chosen_files_mumu_for_tz_tw
192+ files_for_xt_sr_dict ["mumutight_calib " ] = chosen_files_mumu_for_xt_sr
193+ files_for_tz_tw_dict ["mumutight_calib " ] = chosen_files_mumu_for_tz_tw
194194
195195 ''' For cosmic data '''
196196 if fraction_of_event_for_types [2 ] > 0 :
0 commit comments