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

Add error ;)

parent 76615439
Branches
Tags
No related merge requests found
Pipeline #51351 passed
......@@ -329,6 +329,7 @@ relative to direct Cherenkov light. Returns d^2P/dt/dE [npe/ns ⋅ m/GeV].
- `Δt`: time difference [ns] relative to the Cherenkov light
"""
function directlightfromdeltarays(params::LMParameters, pmt::PMTModel, R, θ, ϕ, Δt)
error("Not implemented yet")
value = 0.0
R = max(R, params.minimum_distance)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment