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

Require n doms"

parent 307ebc83
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ function main() ...@@ -61,7 +61,7 @@ function main()
savefig("plots/ztplot_roy.png") savefig("plots/ztplot_roy.png")
end end
if n_triggered_dus > 2 if n_triggered_dus > 2 && n_doms > 14
println("Starting multiline fit with $(n_dus) DUs") println("Starting multiline fit with $(n_dus) DUs")
prefit_track = KM3NeT.prefit(triggered_hits) prefit_track = KM3NeT.prefit(triggered_hits)
println(prefit_track) println(prefit_track)
......
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