Skip to content
Snippets Groups Projects
Verified Commit d882b8b7 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove cherenkov_plausible function

parent 00344414
No related branches found
No related tags found
1 merge request!3Muonscanfit
Pipeline #43914 failed
......@@ -100,11 +100,6 @@ function single_du_params(track::NeRCA.Track)
d_closest, t_closest, z_closest, dir.z, t₀
end
# TODO: delete this function
function cherenkov_plausible(Δt, Δz; time_extra=10, n=KM3io.Constants.INDEX_OF_REFRACTION_WATER)
Δt < Δz * n / KM3io.Constants.c*1e9 + time_extra
end
function create_hit_pool(hits::T) where T<:Vector{KM3io.XCalibratedHit}
hit_pool = Dict{Int, T}()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment