StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fgtGain.h
1 /* fgtGain.h */
2 /* This file was made by the idl compiler "stic". Do not edit.
3 ** This was generated for version '(unspecified)'
4 ** Instead, edit the source idl file and then re-run the compiler.
5 ** For help, type contact Craig Tull or Herb Ward. */
6 /* COMMENTS FROM IDL FILE:
7  fgtGain.idl
8 
9  Table: fgtGain
10 
11  description: : Table which contains gain correction information: Table which contains gain correction information
12 
13 
14  */
15 #ifndef FGTGAIN_H
16 #define FGTGAIN_H
17 #define FGTGAIN_SPEC \
18 "struct fgtGain { \
19  double Gain[51200]; \
20  octet Status[51200]; \
21 };"
22 typedef struct fgtGain_st {
23  double Gain[51200]; /* Gain Variation */
24  unsigned char Status[51200]; /* status of the channel (0=problem, 1=ok) */
25 } FGTGAIN_ST;
26 #endif /* FGTGAIN_H */