Skip to content

Commit 1936885

Browse files
authored
Change alpha to beta in hyperbolic functions
1 parent b9aed09 commit 1936885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/framework/tools/inc/TRestPhysics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ TVector3 GetPlaneVectorIntersection(const TVector3& pos, const TVector3& dir, TV
7878
TVector3 GetParabolicVectorIntersection(const TVector3& pos, const TVector3& dir, const Double_t alpha,
7979
const Double_t R3);
8080

81-
TVector3 GetHyperbolicVectorIntersection(const TVector3& pos, const TVector3& dir, const Double_t alpha,
81+
TVector3 GetHyperbolicVectorIntersection(const TVector3& pos, const TVector3& dir, const Double_t beta,
8282
const Double_t R3, const Double_t focal);
8383

8484
TVector3 GetConeNormal(const TVector3& pos, const Double_t alpha, const Double_t R = 0);
8585

8686
TVector3 GetParabolicNormal(const TVector3& pos, const Double_t alpha, const Double_t R3);
8787

88-
TVector3 GetHyperbolicNormal(const TVector3& pos, const Double_t alpha, const Double_t R3,
88+
TVector3 GetHyperbolicNormal(const TVector3& pos, const Double_t beta, const Double_t R3,
8989
const Double_t focal);
9090

9191
TMatrixD GetConeMatrix(const TVector3& d, const Double_t cosTheta);

0 commit comments

Comments
 (0)