COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zprivate.h File Reference

Go to the source code of this file.

Variables

!onst int nl = 20
 
!onst int nth = 12
 
!onst int maxp = 100000
 
struct {
   float   x [maxp]
 
   float   y [maxp]
 
   float   erg [maxp]
 
   float   eth [nth]
 
   int   ng [nl][nth]
 
   int   ne [nl][nth]
 
   int   nmu [nl][nth]
 
   int   nh [nl][nth]
 
   int   ntha
 
   int   nnn
 
com
 

Variable Documentation

◆ com

struct { ... } com

◆ erg

◆ eth

float eth[nth]

Definition at line 8 of file Zprivate.h.

Referenced by ccount(), chookbgevent(), chookbgrun(), chookenevent(), and chookobs().

◆ maxp

◆ ne

int ne[nl][nth]

Definition at line 11 of file Zprivate.h.

Referenced by ccount(), chookbgevent(), chookbgrun(), chookenevent(), chookobs(), and xbgrun().

◆ ng

int ng[nl][nth]

Definition at line 10 of file Zprivate.h.

◆ nh

int nh[nl][nth]

Definition at line 13 of file Zprivate.h.

Referenced by ccount(), chookbgevent(), chookbgrun(), chookenevent(), and chookobs().

◆ nl

!onst int nl = 20

Definition at line 1 of file Zprivate.h.

Referenced by mncntr().

◆ nmu

int nmu[nl][nth]

Definition at line 12 of file Zprivate.h.

Referenced by ccount(), chookbgevent(), chookbgrun(), chookenevent(), chookobs(), and xbgrun().

◆ nnn

int nnn

Definition at line 15 of file Zprivate.h.

Referenced by __testkl3.f__(), ccount(), chookbgevent(), chookbgrun(), chookenevent(), and chookobs().

◆ nth

!onst int nth = 12

Definition at line 2 of file Zprivate.h.

Referenced by chookobs().

◆ ntha

int ntha

Definition at line 14 of file Zprivate.h.

Referenced by ccount(), chookbgevent(), chookbgrun(), chookenevent(), and chookobs().

◆ x

float x[maxp]

Definition at line 5 of file Zprivate.h.

◆ y

float y[maxp]

Definition at line 6 of file Zprivate.h.