Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
jovoy authored Feb 20, 2024
1 parent b2eaf97 commit 320b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRestAxionWolterOptics.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 320b038

Please sign in to comment.