![]() |
ECCE @ EIC Software
Reference for
ECCE @ 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 airy1 | ( | double precision, dimension(25) | X, |
| double precision, dimension(25) | W, | ||
| double precision | GAIR, | ||
| double precision | GAII | ||
| ) |
Definition at line 605 of file airy.f.
View newest version in sPHENIX GitHub at line 605 of file airy.f
References a, c1, c2, common(), c2_factory< float_type >::cos(), phase(), phi, r, s1, c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), w, and x.
Referenced by aiz().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine airy1d | ( | double precision, dimension(25) | X, |
| double precision, dimension(25) | W, | ||
| double precision | GAIR, | ||
| double precision | GAII | ||
| ) |
Definition at line 705 of file airy.f.
View newest version in sPHENIX GitHub at line 705 of file airy.f
References a, c1, c2, common(), c2_factory< float_type >::cos(), phase(), phi, r, s1, c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), w, and x.
Referenced by aiz().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine airy2 | ( | double precision, dimension(25) | X, |
| double precision, dimension(25) | W, | ||
| double precision | GAIR, | ||
| double precision | GAII | ||
| ) |
Definition at line 647 of file airy.f.
View newest version in sPHENIX GitHub at line 647 of file airy.f
References a, b, CLHEP::HepBoost::beta(), c1, c2, common(), c2_factory< float_type >::cos(), phase(), phi, r, s1, c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), G4Abla::tau(), w, and x.
Referenced by aiz().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine airy2d | ( | double precision, dimension(25) | X, |
| double precision, dimension(25) | W, | ||
| double precision | GAIR, | ||
| double precision | GAII | ||
| ) |
Definition at line 747 of file airy.f.
View newest version in sPHENIX GitHub at line 747 of file airy.f
References a, b, CLHEP::HepBoost::beta(), c1, c2, common(), c2_factory< float_type >::cos(), phase(), phi, r, s1, c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), G4Abla::tau(), w, and x.
Referenced by aiz().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 a, airy1(), airy1d(), airy2(), airy2d(), c, c1, common(), c2_factory< float_type >::cos(), d, d1mach(), c2_factory< float_type >::exp(), expai(), expaid(), Acts::Logger::log(), n, phase(), pi, r, s1, serai(), seraid(), c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), v, w, and x.
Referenced by biz().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine biz | ( | integer | IFUN, |
| integer | IFAC, | ||
| double precision | X0, | ||
| double precision | Y0, | ||
| double precision | GBIR, | ||
| double precision | GBII, | ||
| integer | IERRO | ||
| ) |
Definition at line 1106 of file airy.f.
View newest version in sPHENIX GitHub at line 1106 of file airy.f
References aiz(), c, c1, common(), c2_factory< float_type >::cos(), d, d1mach(), c2_factory< float_type >::exp(), Acts::Logger::log(), phase(), pi, r, s1, c2_factory< float_type >::sin(), c2_factory< float_type >::sqrt(), v, x, and y.
Here is the call graph for this function:| 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 a, b, eps, Acts::StepperExtensionList< extensions >::k3(), v, x, x2, y, and y2.
Referenced by ar3jet(), and serai().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine fgp | ( | double precision | X, |
| double precision | Y, | ||
| double precision | EPS, | ||
| double precision | FR, | ||
| double precision | FI, | ||
| double precision | GR, | ||
| double precision | GI | ||
| ) |
Definition at line 826 of file airy.f.
View newest version in sPHENIX GitHub at line 826 of file airy.f
References a, b, eps, Acts::StepperExtensionList< extensions >::k3(), v, x, x2, y, and y2.
Referenced by seraid().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 805 of file airy.f.
View newest version in sPHENIX GitHub at line 805 of file airy.f
References common(), pi, x, and y.
Referenced by airy1(), airy1d(), airy2(), airy2d(), aiz(), biz(), G4PolarizationTransition::GenerateGammaPhi(), and G4QMDGroundStateNucleus::samplingMomentum().
Here is the call graph for this function:
Here is the caller graph for this function: