From 16547123c68d56fe5f31b304bea476b85186082a Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Tue, 14 May 2024 14:47:19 +0200 Subject: [PATCH] Fix docstring --- src/muons.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/muons.jl b/src/muons.jl index a5af998..1587c21 100644 --- a/src/muons.jl +++ b/src/muons.jl @@ -408,7 +408,7 @@ function directlightfromdeltarays(params::LMParameters, pmt::PMTModel, R, θ, ϕ end """ - directlightfromdeltarays(params::LMParameters, pmt::PMTModel, R, θ, ϕ, Δt) + scatteredlightfromdeltarays(params::LMParameters, pmt::PMTModel, R, θ, ϕ, Δt) Probability density function for scattered light from delta-rays with a closest distance of `R` [m] to the PMT, the angles `θ` \\[rad\\] (zenith) and `ϕ` -- GitLab