StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsCndTcdSetup.h
1 #ifndef _RTSCNDTCDSETUP_H_
2 #define _RTSCNDTCDSETUP_H_
3 
4 // Added 10/04
5 
6 #include "rtsDbConstants.h"
7 
9 {
11  unsigned int hash;
13 
14  int tcdId;
15  int phase;
16  int gg_width;
17  int daq_busy;
18  int delay4;
19  int delay8;
20  int res1;
21  int res2;
22  int res3;
23  int res4;
24 };
25 
26 #endif