From 320b03871db1b529d8098845e2665adea3f23b7d Mon Sep 17 00:00:00 2001 From: jovoy <50204158+jovoy@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:27:40 +0100 Subject: [PATCH] Comment update --- src/TRestAxionWolterOptics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TRestAxionWolterOptics.cxx b/src/TRestAxionWolterOptics.cxx index 14ce777b..cad5adee 100644 --- a/src/TRestAxionWolterOptics.cxx +++ b/src/TRestAxionWolterOptics.cxx @@ -325,7 +325,7 @@ Int_t TRestAxionWolterOptics::SecondMirrorReflection(const TVector3& pos, const TVector3 vertex(0, 0, fBackVertex[mirror]); Double_t cosA = fCosAlpha_3[mirror]; - //// Reflection on first mirror + //// Reflection on second mirror fSecondInteractionPosition = pos + dir * REST_Physics::GetConeVectorIntersection(pos, dir, TVector3(0, 0, -1), vertex, cosA);