COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zprivate.f
Go to the documentation of this file.
1  integer nsites ! # of sites to be histogramed.
2  real bin, rmin ! rbin in log10. rmin. for lateral in Moliere u.
3  parameter(bin=0.1, rmin=0.01)
4  parameter(nsites=35)
5  integer nrbin
6  parameter( nrbin = 42 )
7 
8  integer w2hl(nsites), w2il(nsites)
9  integer histdep(nsites) ! histdep(j) = k >0 ==> at depth k, histograminng
10  ! is tried.
11  integer indivdep(nsites) ! indivdep(j) = k>0 ==> at depth k,
12  ! individual particle info. is output.
13  integer ansites, hnsites
14  save ansites
15  integer fno, fnob
16  parameter( fno=2, fnob=3)
17 
18  logical recxy ! T --> record (x,y) or r
19 ! These must be double. because addition is done 1 by 1
20 ! and reach 10^7 or more.(at least Ng, Ne, at E0
21 ! >10^16eV.)
22  real*8 sumeloss(maxnoofassites),
24  * nhad(maxnoofassites)
25 
26  logical tklat ! take lateral or not
27  logical tkelosslat ! take energy loss lateral or not
28 
29  logical tkarspec ! azimuthal angle dependent lateral
30  logical tkrespec
31 
32  logical tkrzspec
33 
34  logical tkzfspec
35 
36  logical tkrfspec
37 
38  logical tkefspec
39 
40  logical tkrtspec
41 
42  logical tkretspec
43 
44  logical tkrezspec
45 
46  logical tkrzfspec
47 
48  logical tkrefspec
49 
50 
51  real*8 rbin(nrbin+1)
52  common /zprivatec/ ng, ne, nmu, nhad, sumeloss,
53  * rbin,
54  * histdep, indivdep, ansites, hnsites,
55  * recxy, tkelosslat, tklat, tkarspec,
56  * tkrespec, tkrzspec, tkzfspec, tkrfspec, tkefspec,
57  * tkrtspec,
58  * tkretspec, tkrezspec, tkrzfspec, tkrefspec
59 
60 
61 
62 
integer npitbl real *nx parameter(n=101, npitbl=46, nx=n-1) real *8 uconst
integer lengid integer lengdir character *dir integer kgetenv2 character *numb character *execid character *msg logical takehist save do nsites histdep(i)=0indivdep(i)=0enddo leng
integer nsites ! max real bin
Definition: Zprivate0.h:2
others if is ng
Definition: cblkManager.h:9
int nmu[nl][nth]
Definition: Zprivate.h:12
logical KeepWeight ! see setupenv sh logical tkarspec ! get lateral histo in a web fai bin logical tkrtspec ! get time histo in each web bin logical SeeLowdE common Zprivatec2 tkrtspec
Definition: Zprivate4.h:7
int ne[nl][nth]
Definition: Zprivate.h:11
const int maxnoofassites
Definition: Zobs.h:12
! timing nrbin
Definition: Zprivate2.h:12
logical KeepWeight ! see setupenv sh logical tkarspec ! get lateral histo in a web fai bin logical tkrtspec ! get time histo in each web bin logical SeeLowdE common Zprivatec2 tkarspec
Definition: Zprivate4.h:7
integer w2hl(nsites)