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

Less verbosity

parent 3a879744
No related branches found
No related tags found
1 merge request!4Muonscanfit tuning
......@@ -46,8 +46,8 @@ end
function main()
f = NeRCA.ROOTFile(args["-i"])
det = KM3io.Detector(args["-a"])
f = ROOTFile(args["-i"])
det = Detector(args["-a"])
n_events = parse(Int, args["-n"])
msfparams = MuonScanfitParameters(;tmaxlocal=18.0, roadwidth=200.0, nfits=12)
......
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