diff --git a/src/muons.jl b/src/muons.jl index cdce5750de5f82ef6957406f0c90d00f916ce810..0d77988214bd09bc508e7892922e52f0a9096637 100644 --- a/src/muons.jl +++ b/src/muons.jl @@ -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)