StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
trgConfNum_fms.h
1 #ifndef TRG_CONFNUM
2 #define TRG_CONFNUM
3 
4 /******
5 *
6 * Header defining crate configuration numbers
7 *
8 * J.M. Nelson November 2008
9 *
10 *************************************************/
11 
12 #define L1_CONF_NUM 1
13 #define BC1_CONF_NUM 2
14 #define MXQ_CONF_NUM 3
15 #define MIX_CONF_NUM 4
16 #define BCW_CONF_NUM 5
17 #define BCE_CONF_NUM 6
18 #define FEQ_CONF_NUM 7
19 #define BBC_CONF_NUM 8
20 #define BBQ_CONF_NUM 9
21 #define FMS_CONF_NUM 10
22 #define QT1_CONF_NUM 11
23 #define QT2_CONF_NUM 12
24 #define QT3_CONF_NUM 13
25 #define QT4_CONF_NUM 14
26 
27 #endif