COSMOS v7.655  COSMOSv7655
(AirShowerMC)
cgetNmu.f
Go to the documentation of this file.
1 ! to compute muon numbers
2  subroutine cgetnmu(eth, nmu)
3 ! this is not yet made. tentatively nmu = 0 is given.
4  implicit none
5 #include "Ztrack.h"
6 #include "Zobs.h"
7 #include "Zobsv.h"
8 #include "Zelemagp.h"
9  real*8 eth ! input. Threshold energy of muons. (GeV)
10  real*8 nmu(maxnoofassites) ! output. number of muons E>eth
11  integer l
12  do l=1, noofassites
13  nmu(l) = 0.
14  enddo
15  end
const int maxnoofassites
Definition: Zobs.h:12
subroutine cgetnmu(eth, nmu)
Definition: cgetNmu.f:3