SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
sepica_rwbr.h
Go to the documentation of this file.
1 /* $Id: sepica_rwbr.h,v 1.3 1998/02/18 21:55:37 asc Exp $ */
2 #include "hdfi.h"
3 
4 #define SEP_GEOMFAC .18 /* cm2 - sr */
5 
6 struct Sepica_rwbr
7 {
8  float64 bin_start; /* beginning of bin. # of sec since Jan 1 1996 UTC */
9  float64 bin_end; /* end of bin. # of sec since Jan 1 1996 UTC */
10 
11  /* rate for indicated channel, negative values indicate */
12  /* missing data */
13  float32 H_lo; /* low Energy (0.1-0.8 Mev/n) H channel */
14  float32 H_hi; /* high Energy (0.8-9.0 Mev/n) H channel */
15  float32 He_lo; /* low Energy (0.025-0.75 MeV/n) He channel */
16  float32 He_hi; /* high Energy (0.75-14 MeV/n) He channel */
17  float32 C; /* (1.5-25 MeV/n) C channel */
18  float32 O; /* (1.12-18.8 MeV/n) O channel */
19  float32 Mg_Si; /* (0.7-11.5 MeV/n) Mg,Si channel */
20  float32 Fe; /* (0.35-5.75 MeV/n) Fe channel */
21 
22  float32 livetime; /* livetime for this cycle */
23 };
float32 He_lo
Definition: sepica_rwbr.h:15
float32 O
Definition: sepica_rwbr.h:18
float32 H_hi
Definition: sepica_rwbr.h:14
float32 H_lo
Definition: sepica_rwbr.h:13
float32 livetime
Definition: sepica_rwbr.h:22
float32 Mg_Si
Definition: sepica_rwbr.h:19
Definition: sepica_rwbr.h:6
float32 Fe
Definition: sepica_rwbr.h:20
float64 bin_start
Definition: sepica_rwbr.h:8
float32 C
Definition: sepica_rwbr.h:17
float32 He_hi
Definition: sepica_rwbr.h:16
float64 bin_end
Definition: sepica_rwbr.h:9