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

More docs

parent 455e7248
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ end
Base.in(rec_stage::T, rsr::RecStageRange) where T<:Integer = rsr.lower <= rec_stage <= rsr.upper
"""
Checks if a track with a given `rec_type` contains all the reconstruction stages in `rsr::RecStageRange`.
"""
function hashistory(t::Trk, rec_type::Integer, rsr::RecStageRange)
rec_type != t.rec_type && return false
for rec_stage in t.rec_stages
......
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