From 65944c41bfc37ab4f91afd90d090a50121b3eb0c Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Fri, 10 May 2024 14:31:48 +0200 Subject: [PATCH] Add error ;) --- src/muons.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/muons.jl b/src/muons.jl index cdce575..0d77988 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) -- GitLab