COSMOS v7.655  COSMOSv7655
(AirShowerMC)
cgetNmu.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cgetnmu (eth, nmu)
 

Function/Subroutine Documentation

◆ cgetnmu()

subroutine cgetnmu ( real*8  eth,
real*8, dimension(maxnoofassites nmu 
)

Definition at line 3 of file cgetNmu.f.

Referenced by chookhybas2().

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
int nmu[nl][nth]
Definition: Zprivate.h:12
const int maxnoofassites
Definition: Zobs.h:12
float eth[nth]
Definition: Zprivate.h:8
Here is the caller graph for this function: