COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Data Types | |
type | efield |
Modules | |
module | modefield |
Functions/Subroutines | |
subroutine | cefieldread |
subroutine | cefieldwrite |
subroutine | cefieldcheck |
subroutine | cefielddet2xyz |
subroutine | cefield0 (aTrack, Efout) |
subroutine | cefieldcheckr (aTrack, i, out) |
subroutine | cgetpcoredist (aTrack, r) |
subroutine | cgethcoredist (aTrack, r) |
Variables | |
integer, parameter | nmaxefield =5 |
integer, save | howefield =0 |
character(len=1), save | defofr ='h' |
type(efield), dimension(nmaxefield), save | myef |
integer, save | nefield = 0 |
logical, dimension(nmaxefield), save | checkh = .false. |
logical, dimension(nmaxefield), save | checkr = .false. |
logical, dimension(nmaxefield), save | checkt = .false. |
logical, save | useh =.false. |
logical, save | user =.false. |
logical, save | uset =.false. |
real(8), dimension(3, nmaxefield), save | efxyz |
Definition at line 272 of file cEfield0.f.
References cxyz2det().
Referenced by modefield::cefieldcheckr().
Definition at line 256 of file cEfield0.f.
References cxyz2det().
Referenced by modefield::cefieldcheckr().