icecube.offline_filterscripts.icetop_L3processing.laputopRADE3_traysegment module

Three-step Laputop fit, using the parameters used in the 3 year analyses (IC79-IC86.2012).

This is copied from toprec/python/laputop_standard_traysegment.py, but is modified to use the “RADE3” snow attenuation function, instead of SimpleLambda.

icecube.offline_filterscripts.icetop_L3processing.laputopRADE3_traysegment.LaputopRADE3Standard(tray, name, pulses='IceTopHLCSeedRTPulses', excluded='IceTopHLCSeedRTExcludedTanks', ShowerCOGSeed='ShowerCOG', ShowerPlaneSeed='ShowerPlane', If=<function <lambda>>)

Perform a fit using the RADE3 snow attenuation function.

Parameters:
  • tray (icetray.I3Tray) – The I3Tray object.

  • name (str) – The name of the LaputopRADE3Standard traysegment.

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

  • excluded (str, optional) – The name of the excluded tanks. Defaults to “IceTopHLCSeedRTExcludedTanks”.

  • ShowerCOGSeed (str, optional) – The name of the ShowerCOG seed. Defaults to “ShowerCOG”.

  • ShowerPlaneSeed (str, optional) – The name of the ShowerPlane seed. Defaults to “ShowerPlane”.

  • If (function, optional) – The If function. Defaults to lambda f: True.