icecube.offline_filterscripts.filter_segments.muon_filter.CalculateCutValues module

Functions for calculating cut values in the offline MuonFilter.

icecube.offline_filterscripts.filter_segments.muon_filter.CalculateCutValues.CalculateCutValues(tray, name='CalculateCutValues', If=<function <lambda>>)

Run CommonVariables values to use in the offline muon filter cuts

Parameters:
  • tray (object) – The IceTray tray object.

  • name (str, optional) – The name of the segment. Defaults to “CalculateCutValues”.

  • If (function, optional) – A function that determines whether the segment should be executed. Defaults to a function that always returns True.