icecube.segmented_spline_reco.helper_fns module

icecube.segmented_spline_reco.helper_fns.check_point_in_cyl(particle, point_position, cyl_radius)
icecube.segmented_spline_reco.helper_fns.get_dir1_dir2_from_zenith_azimuth(zenith, azi, reference_track)

Get the dir1/dir2 direction from the Equator parametrization directions zen/azi. Requires the “reference track”, which is the seed track for SegmentedSplineReco that was used. For any different seed track the meaning of dir1/dir2 changes.

icecube.segmented_spline_reco.helper_fns.get_zenith_azimuth_from_dir1_dir2(dir1, dir2, reference_track)

Get The zenith/azimuth direction from the Equator parametrization directions dir1, dir2 Requires the “reference track”, which is the seed track for SegmentedSplineReco that was used. For any different seed track the meaning of dir1/dir2 changes.

icecube.segmented_spline_reco.helper_fns.point_line_distance(px, py, pz, lx, ly, lz, ldirx, ldiry, ldirz)