1 ! need Zcoord.h Zobs.h Zpos.h Zmagfield.h
11 type(coord):: DetXaxis ! // X // 12 type(coord):: DetYaxis ! // Y // 14 type(coord):: Xprimary ! primary system x axis in 'xyz' 15 type(coord):: Yprimary ! primary system y axis in 'xyz' 16 type(coord):: Zprimary ! primary system z axis in 'xyz' 17 ! these are computed in cprimxyz in 18 ! ciniTracking in ceventLoop 19 real(8)::Txyz2prim(3,3) ! matrix to transform vector in 20 ! E-xyz into primary system 21 ! vector must be given from the oriign of 23 real(8)::Tprim2xyz(3,3) ! inverse of Txyz2prim 24 real(8)::Txyz2det(3,3) ! xyz to detector system transform mat 25 real(8)::Tdet2xyz(3,3) ! inverse of above 26 type(coord):: PolarInjPos ! polar angle of the injection point in xyz. 28 type(magfield):: MagfieldNED ! mag in 'ned
' at deepest obs. site 29 type(magfield):: MagfieldHVA ! mag in 'hva
' at //. both in T. 30 type(magfield):: MagfieldXYZ ! mag in 'xyz' at //. both in T. 35 real*8 zpl ! z value in 1ry system 43 real*8 mu ! Moliere Unit 44 real*8 esize ! electron size 45 real*8 age ! size weighted age 48 type(site):: ObsSites(0:maxNoOfSites+1) 49 type(assite):: ASObsSites(maxNoOfASSites) 50 ! to store Ne, age of a component shower for an electron 51 real*8 CompASNe(maxNoOfASSites), CompASAge(maxNoOfASSites) 53 common /Zobsvc/ ASObsSites, ObsSites, 54 * MagfieldNED, MagfieldHVA, MagfieldXYZ, 55 * CompASNe, CompASAge, 56 * DetZaxis, DetXaxis, DetYaxis, 57 * Xprimary, Yprimary, Zprimary, 58 * Txyz2det, Tdet2xyz, Txyz2prim, Tprim2xyz, 60 * CosLatitude, SinLatitude, CosLongitude, SinLongitude, 61 * NoOfSites, NoOfASSites
! for length to thickness conversion or v v ! integer maxnodes real Hinf ! This is used when making table for dim simulation ! The slant length for vertical height to km is ! divided by LenStep m steps ! It can cover the slant length of about km for cos
latitude latitude this system is used *****************************************************************! type coord sequence union map real z z in m endmap xyz map real ! latitude in deg is to the north ! longitude in deg is to the east *h ! height in m endmap llh map real ! polar angle ! azimuthal angle *radius ! radial distance endmap sph endunion character *sys ! which system xyz