COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Z90histo.h
Go to the documentation of this file.
1
#ifndef Z90histo_
2
#define Z90histo_
3
/*
4
c fortran 90 version
5
type histogram
6
character*4 label
7
character*8 unit
8
real inc
9
real bin
10
real xmin
11
real xm
12
real sumw
13
integer*2 nhist
14
integer*2 cent
15
integer*2 imin
16
integer*2 imax
17
integer*2 step
18
logical*1 tklg
19
logical*1 ufl
20
logical*1 ofl
21
end type
22
*/
23
struct
histogram
{
24
char
label
[4];
25
char
unit
[8];
26
float
inc
;
27
float
bin
;
28
float
xmin
;
29
float
xm
;
30
float
sumw
;
31
short
int
nhist
;
32
short
int
cent
;
33
short
int
imin
;
34
short
int
imax
;
35
short
int
step
;
36
short
int
tklg
;
37
short
int
ufl
;
38
short
int
ofl
;
39
};
40
41
#endif
histogram::nhist
short int nhist
Definition:
Z90histo.h:31
histogram::imax
short int imax
Definition:
Z90histo.h:34
histogram::imin
short int imin
Definition:
Z90histo.h:33
histogram::sumw
float sumw
Definition:
Z90histo.h:30
histogram::tklg
short int tklg
Definition:
Z90histo.h:36
histogram::label
char label[4]
Definition:
Z90histo.h:24
histogram::xmin
float xmin
Definition:
Z90histo.h:28
histogram::ofl
short int ofl
Definition:
Z90histo.h:38
histogram::inc
float inc
Definition:
Z90histo.h:26
histogram::unit
char unit[8]
Definition:
Z90histo.h:25
histogram
Definition:
Z90histo.h:23
histogram::step
short int step
Definition:
Z90histo.h:35
histogram::cent
short int cent
Definition:
Z90histo.h:32
histogram::ufl
short int ufl
Definition:
Z90histo.h:37
histogram::xm
float xm
Definition:
Z90histo.h:29
histogram::bin
float bin
Definition:
Z90histo.h:27
UserHook
Hist
C
Z90histo.h
Generated by
1.8.13