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

Update docstring

parent e047c234
No related branches found
No related tags found
No related merge requests found
Pipeline #51088 failed
......@@ -177,11 +177,12 @@ end
directlightfrommuon(params::LMParameters, pmt::PMTModel, R, θ, ϕ)
Returns the number of photo-electrons from direct Cherenkov light from a muon
with a distance of `R` [m] to the PMT and the angles `θ` [rad] (zenith) and `ϕ`
[rad] (azimuth) with respect to the PMT axis.
with a closest distance of `R` [m] to the PMT and the angles `θ` [rad] (zenith)
and `ϕ` [rad] (azimuth) with respect to the PMT axis.
# Arguments
- `R`: the (closest) distance [m] between muon and PMT
- `ϕ`: the zenith angle [rad] which is 0 when the PMT points away from the muon
track (in x-direction) and rotates counter clockwise to the y-axis when
viewed from above, while the z-axis points upwards.
......
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