EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | aiz (IFUN, IFAC, X0, Y0, GAIR, GAII, IERRO) |
subroutine | airy1 (X, W, GAIR, GAII) |
subroutine | airy2 (X, W, GAIR, GAII) |
subroutine | airy1d (X, W, GAIR, GAII) |
subroutine | airy2d (X, W, GAIR, GAII) |
DOUBLE PRECISION function | phase (X, Y) |
subroutine | fgp (X, Y, EPS, FR, FI, GR, GI) |
subroutine | fg (X, Y, EPS, FR, FI, GR, GI) |
subroutine | serai (X, Y, AIR, AII) |
subroutine | seraid (X, Y, AIR, AII) |
subroutine | expai (GAIR, GAII) |
subroutine | expaid (GAIR, GAII) |
subroutine | biz (IFUN, IFAC, X0, Y0, GBIR, GBII, IERRO) |
subroutine aiz | ( | integer | IFUN, |
integer | IFAC, | ||
double precision | X0, | ||
double precision | Y0, | ||
double precision | GAIR, | ||
double precision | GAII, | ||
integer | IERRO | ||
) |
Definition at line 2 of file airy.f.
View newest version in sPHENIX GitHub at line 2 of file airy.f
References airy1(), airy1d(), airy2(), airy2d(), c, c1, c3, cos(), d, d1mach(), expai(), expaid(), Acts::Logger::log(), n, phase(), pi, Acts::ConeBounds::r(), s, s1, s3, serai(), seraid(), v, and x.
Referenced by biz().
subroutine fg | ( | double precision | X, |
double precision | Y, | ||
double precision | EPS, | ||
double precision | FR, | ||
double precision | FI, | ||
double precision | GR, | ||
double precision | GI | ||
) |
Definition at line 880 of file airy.f.
View newest version in sPHENIX GitHub at line 880 of file airy.f
References eps, Acts::StepperExtensionList< extensions >::k3(), p, v, x, x2, and y.
Referenced by ar3jet(), and serai().