COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zcoordtype.h
Go to the documentation of this file.
1  integer max_coord_types
2  parameter (max_coord_types = 4 )
3  character*4 coord_types(max_coord_types)
4  data coord_types(1)/'xyz'/,
5  * coord_types(2)/'llh'/, coord_types(3)/'sph'/,
6  * coord_types(4)/'det'/
int integer
Definition: Zdef.h:3
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
Definition: Zcoord.h:25
block data cblkMuInt integer i ! Pair total X sec data(MuPrTX(i), i=1, 38)/1 0.431132E-02
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 llh
Definition: Zcoord.h:25
integer max_coord_types * coord_types(2)/'llh'/
integer max_coord_types parameter(max_coord_types=4) character *4 coord_types(max_coord_types) data coord_types(1)/'xyz'/