StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eemcDbBoxconf.hh
1 #ifndef TAB_EEMC_DB_BOXCONF__hh
2 #define TAB_EEMC_DB_BOXCONF__hh
3 #include "eemcConstDB.hh"
4 /*
5  * description: EEMC Tower Box configuration for one sector
6  */
7 struct eemcDbBoxconf {
8  char name[EEMCDbMaxBoxName]; /* PMT ID sector/box/tower */
9  int barcode[EEMCDbMaxBox]; /* box barcode */
10  int hvBranch[EEMCDbMaxBox]; /* branch+ID of HVsys controller */
11  char comment[EEMCDbMaxComment]; /* PMT ID sector/box/tower */
12 };
13 
14 #endif
15 
16 
17